Name some of the JCL statements that are not allowed in procs.?
Answer / guest
Some of the JCL statements which are not allowed in
procedures are:
1. JOB, Delimiter(/*), or Null statements
2. JOBLIB or JOBCAT DD statements
3. DD * or DATA statements
4. Any JES2 or JES3 control statements
| Is This Answer Correct ? | 42 Yes | 6 No |
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
Explain about LMFREE�free data set from its association with data ID
i want to store 20 digits . how will u do it in cobol ?
how to resolve sb37,sd37 se37 abends
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is the resolution for sb37 error
Explain the function of the dd dcb keyword?
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
what is DSN in JCL and what are the parameters to declare the DSN?
What is the function of //jcllib statement?
if we give TIME=0 how many sec that job/step
What does the statements: typrun=scan and typrun=hold do in a JCL statement