i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Answer Posted / way4dinesh
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 function of the steplib dd statement?
What is jcl in mainframe?
Is there any command to check wether the ps file is in sorted order?
What is the purpose of the dd keylen parameter?
Is condition checking possible in jcl?
what is DD statement is used in JCL?
what is the use of IEBGENER utility?
What is the purpose of dd dummy statement?
which utility is used to run a cobol-db2 program?
What is the function of the dd dcb keyword?
Explain how can an in-stream dataset be terminated?
how to run batch program without jcl?
Explain the job statement in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.