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
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the maximum length of a single line of jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what is JCL?
what is use of dsn parameter in dd statement?
How do you overcome this limitation ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is the resolution for sb37 error
How can a stopped job be started again?
whats the diff bw the evaluate also and and?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the hierarchy levels in jcl?
How to run cobol program using jcl?
What is the format of comment statement?
Is their any set of rules for dd? Explain.