consider the following progrm statements
MOVE 0 TO SW.NO.OF.REC
PERFORM PRI-OUT UNTIL SW=1
DISPALY NO.OF.REC
STOP RUN
PRE-OUT
READ IN-FILE AT END
MOVE 1 TO SW
WRITE OUO-REC FROM IN-REC
ADD 1 TO NO.OF REC
if the IN-FILE contains 1000 records what value will be
displayed after the
PERFORM is over? assume that N0.OF.REC has PIC 9(4)
a.1000
b.1001
c.1
d.none of the above
How to send data from cobol program to jcl?
What are some jcl statements that are not allowed in procedures?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
what happens in conversion stage in job processing?
How to execute step2,step1,step3 when step1,2&3 are in order
what is a jcl?
what is check pending option
what is use of space parameter in dd statement?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How many steps we can overide in the proc's?
How to execute step2,step1, step3 if step1,2,3 are in order
What is model dataset label(Model DSCB)?