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



consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPAL..

Answer / dimpy19

d.none of the above
since there is a syntax error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides

6 Answers   Satyam,


What is the purpose of dd * statement in jcl?

0 Answers  


what JCL Procedures?

0 Answers  


how to resolve soc-7 ? please tell me

3 Answers   IBM,






Explain about LMCOPY -

1 Answers  


What do you understand by the terms: joblib and steplib?

0 Answers  


How to delete generations of gdg without deleting gdg base?

3 Answers  


Does jcl support automatic restart?

0 Answers  


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


Categories