Which of the following is generally NOT an area of concern when calling a program written in another language from PL/I?
A. Storage managementA programmer has submitted the following declaration for review. What feedback should be provided to the programmer?
DCL 1 A,
2 B DIM (1000) FIXED BIN (31) INIT (0),
2 C DIM (1000) FIXED BIN (15) INIT (0);
A. The code is good as written.In which of the following examples will a dummy argument be passed?
A. DCLA EXT ENTRY;DCL (X,Y) FIXED BIN;CALL A(X,Y);Given the following code, which DECLARE should NOT be used for a reentrant program? DCL B BIN FIXED(31,0) INIT (4);
A = B;
A. DCL A BIN FIXED (31,0) INIT(0);When a program reads a variable record format dataset via LOCATE mode, what happens?
A. READ pointer points to the length bytes in the buffer.The following coding standards are enforced at a programming shop:
*
All procedures must include a comment describing its function
*
All automatic variables must be explicitly initialized when declared * No nested IF statements (implement as SELECT) Considering the following code, how many coding standard violations exist?
CALL P1(1); /* ------- proc p1------- */
P1: PROC(l);
DCL I BIN FIXED(31);
DCL (J,K) BIN FIXED(31) INIT(0);
IF I = 1
THEN IF J = 2
THEN K = 3;
ELSE K = 4;
ELSE K = 5;
END;
A. 1A mainframe project is behind schedule and a project leader has only one copy of a PC-based PL/I compiler available for distribution to team members who are all eager to use it. Optimally, to whom should it be provided first?
A. The person in the critical pathA given PL/I program has a big nesting depth. Which of the following measures will help to reduce the nesting depth in most cases?
A. Using SELECT constructs instead of If-THEN-ELSEWhich compiler option causes the compiler to flag any IF, WHILE, UNTIL and WHEN clauses that do not have the attributes BIT(1) NONVARYING?
A. RULES(NOLAXWHILE)Given the following declarations, which is the WORST way of setting D from 5? DCL 1 S, 2 A(100) CHAR(1),
2 B(100) CHAR(2),
2 C(100) CHAR(3);
S = ";
DCL D CHAR(600);
DCLI BIN FIXED(31);
A. D = STRING(S);Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C6030-042 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.