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 / sankarikumar
step 17 wil execute only if cond is false so u can it as
//step17 .... cond=(4,gt) in 17th step
suppose if u give cond=(4,lt) then step 17 will not
execute it will just by pass if cond satisfies((i.e.)4,lt)
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to override loadlib?
Is there any command to check wether the ps file is in sorted order?
How is the record format of an output dataset specified?
Explain the purpose of the dd keylen parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
which parameter is used to check the syntax of a jcl without executing it?
Explain the job statement in jcl?
what are the statements that are not valid to be included in an include statement?
what is SOC4 error?
i want to store 20 digits . how will u do it in cobol ?
what happens in execution stage in job processing?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
State the uses of syspring, sysin, sort fields, sum fields and dummy.