in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / paray2x
You need to know what return codes Steps 1,3,5,7 and 9 will
give if they execute successfully. Based on that, you can
code COND parameter in STEPS 2,4,6,8 and 10 to bypass them.
This will help if you do not have IEBEDIT.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain in DD statement what is the use of DCB parameter?
what is use of dsn parameter in dd statement?
define cond parameter in jcl?
How can return codes be tested before execution of a job step?
Differentiate between the joblib and the steplib statements?
Can we use DISP=SHR in output file in JCL
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is automatic restart possible in jcl?
How do you overcome this limitation ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain how can return codes be tested before execution of a job step?
What is the significance of addrspc parameter in exec statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how do you access an uncataloged dataset in a jcl?
how you can direct the data to spool using SYSOUT option?