Free C9050-041 Exam Braindumps (page: 8)

Page 7 of 52
ALLOC A;
PUT SKIP LIST( STG(A) );
END;

A. 22
B. 24
C. 62
D. 72

Answer(s): D
QUESTION: 18
Given the following piece of code, what will be output?

A. PROCEDURE OPTIONS (MAIN);
DCL K CHAR (1) INIT ('A');
CALL B;
B. PROCEDURE;
DCL K CHAR (1) INIT ('B');
CALL C;
C. PROCEDURE ;
DCL K CHAR (1) INIT ('C');
PUT (K);
CALL D;
END C;
D. PROCEDURE;
PUT (K);
END D;
END B;
PUT (K);
END A;
E. C A A
F. C C A
G. C B A
H. C A B

Answer(s): C
QUESTION: 19
Under default condition enablement, what is the result of executing the following code?

DCL X CHAR(5) INIT('A1234');
DCL Y PIC '9999' INIT(0);
Y = X;

A. The value of Y is A123.
B. The value of Y is 1234.
C. CONVERSION would be raised.
D. STRINGSIZE would be raised.



Post your Comments and Discuss IBM C9050-041 exam with other Community members: