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?
No Answer is Posted For this Question
Be the First to Post Answer
List the various advantages of using jcl language?
GDG Create syntax ?
what is the meaning of 'sysin dd dummy'
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
what is fixed length and variable length and difference between them
how to resolve the soc4 error?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
Does jcl support automatic restart?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
Can we create VSAM file by using IEBGENER?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides