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 / satya sivaji.ch
//step17 exec COND=(4,GT)
This says that if any of the previous steps with return
code of greaterthan 4,then it wil bypass,if it less than
then execute it.
In condition parameter wat ever condition u specified
inside the condition parameter is true,then the step should
be bypassed.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How can the submitting users racf authority be overridden in a job stream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How does jcl act on a cobol code?
Where can program checkpoints be stored for use in a restart?
How dummy is used in jcl?
What is NOTCAT ?
Define concatenating?
what happens in conversion stage in job processing?
How is the record format of an output dataset specified?
What is the maximum length of a single line of jcl?
What is the syntax of JCL statement?
How can an in-stream dataset be terminated?
Explain the function of dd name parameter with a 2 part structure; audit.report?
List the various advantages of using jcl language?
Explain the function of dd disp parameter?