State the uses of syspring, sysin, sort fields, sum fields and dummy.
No Answer is Posted For this Question
Be the First to Post Answer
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
Which dd parameters are required?
How do you skip a particular step in a proc/JOB?
Is Default for MSGCLASS = (1,1) ?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to find out the number of records in a file using JCL
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
what is fixed length and variable length and difference between them