Question { 11600 }
How is the keyword DUMMY used in JCL?
Answer
Is This Answer Correct ? | 2 Yes | 4 No |
Question { 82937 }
What is 'S0C7' abend?
Answer
Is This Answer Correct ? | 41 Yes | 11 No |
Question { 13393 }
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
Is This Answer Correct ? | 0 Yes | 3 No |