I have 20 steps in a job... step01, 02....step17...step20.
For some reason I want to execute step17 only if the return
code for all the previous steps are less than or equal to 4.
otherwise if return code for any of the previous 16 steps
is greater than 4, then step17 should be bypassed. How do I
do that ?? how and in which step should i formulate COND
parameter
Answer Posted / nidhi sharma
//step17 exec cond=(4,LT)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is concatenating?
What is the purpose of the dd keylen parameter?
What is the purpose of dd * statement in jcl?
Explain how can a jobs execution priority be modified?
how to do automated restart when a job abends?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Where can program checkpoints be stored for use in a restart?
What is jcl in mainframe?
How can a fb file convert to vb file using sort program?
Can we use DISP=SHR in output file in JCL
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
when can a job time-out occur? How to overcome that?
Can I send output of job to my remote device careerride123?
what is JCL?
How to run cobol program using jcl?