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
Are there any set of rules for the names of the steps used in a job? What are they?
How would you understand error(execution phase)?
Name what parameter directs the output of the job log dataset?
In sms datasets, what is the function of the dd avgrec keyword?
how to do automated restart when a job abends?
Mention the types of job control statements?
How to run cobol program using jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How does the jcl specify the job to os?
What is catelog procedure and how many catelog procedure to use in one job?
How can an in-stream dataset be terminated?
Is condition checking possible in jcl?
What is the function of job statement in jcl?
How to submit a jcl from cics?
how you will the direct the data to spool using sysout option?