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 one line to pass PARM from JCL to COBOL?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
i have a string of 80 chars i want to replace 4th char with "a"?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
how to concatenate datasets
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What is the purpose of dd * statement in jcl?
what is the use of JCL?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
What is the purpose of the dd keylen parameter?
How many instream we can write in single jcl?
How do you check the syntax of a JCL without running it?