Can we use two or more SYSPUNCH DD statements in a JCL for
multiple unload (SYSREC00 & SYSREC01)..?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
How can i execute 5th step without executing first 4 steps?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
How would you understand error(execution phase)?
What is the motivation behind coding class parameter in job statement?
What is primary allocation for a dataset?
can anyone explain me about sort in jcl with inrec and outrec ?
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 string of 80 chars i want to replace 4th char with "a"?
What 3 guidelines do we have to follow when concatenating DD statements?
How to use COND Parameter in jcl
how do you code a null statement?