C6030-042 Web TestEngine demo

Exit VCEDump C6030-042 Developing with IBM Enterprise PL/I
Question 8 of 21
0% complete
Q8 Single choice

What happens after executing the following code?
DCL OUTFILE FILE RECORD OUTPUT;
DCLP PTR;
DCL I BIN FIXED(31);
DCL A BIN FIXED(31) BASED(P);
DO I = 1 TO 10;
LOCATE A FILE(OUTFILE) SET(P);
A = I;
END;

CLOSE FILE(OUTFILE);

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in