If a job has 3 steps and step 1 and step 3 should get
executed and step 2 should not get executed irrespective of
the return code from the previous steps. How can it be done?
Answer Posted / guest
abnormal termination
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is “Cond= even” and “Cond=only”?
what happens in conversion stage in job processing?
How can an in-stream dataset be terminated?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how to do automated restart when a job abends?
Is condition checking possible in jcl?
For what purpose steplib and joblib are used ?
How do you access an uncatalogued dataset in a jcl?
What is multithreading in jcl?
What do you understand by the terms: joblib and steplib?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the function of //cntl statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
In job processing, what happens in conversion stage?