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
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
can u execute a proc from another proc?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Describe the various parameters utilized in the creation of a gdg?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Which is the most widely used batch performance monitor for DB2?
in jcl you are having JCLLIB and STEPLIB what happens
How to identify in JCL that an input file is empty without reading it?
what is the cond=even only