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 are JCLLIB and STEPLIB in JCL?
What is the use of disp parameter?
what is a jcl?
when can a job time-out occur? How to overcome that?
How can a jobs execution priority be modified?
what is use of dsn parameter in dd statement?
Which dd parameters are required?
what is the compile process of cobol program expalin with code
Name the statement which can be used to send data to another mvs jes3 node?
which utility is used to sort a file in jcl?
What are the 4 fields in dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
What are the utility programs in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
What do you understand by the term notcat 2 – gs?