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 / rsivar13@gmail.com
In case of Abnormal Termination
Use Restart Parameter for Step2 In Job Card.
And Give condition code for Step3.
Thanks.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the use of symbol // in jcl?
how you can direct the data to spool using SYSOUT option?
what is the resolution for sb37 error
What is the difference between run mode and addressing mode?
when can a job time-out occur? How to overcome that?
What dd statement is used to supply the name of a dataset?
Mention the types of job control statements?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain how can the submitting users racf authority be overridden in a job stream?
Is there any command to check wether the ps file is in sorted order?
Explain the function of job statement in jcl?
What is one line to pass PARM from JCL to COBOL?
Explain the purpose of dd * statement in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?