If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / samay simant
Hi,
I recommend the following steps:
1)Restart=step3 in the job card
2)cond=even in 4th step,what will happen it will bypass
this step even if 3rd step abends.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
how can you check if a file is empty using jcl?
What is the function of dd disp parameter?
What happens if both JOBLIB & STEPLIB is specified ?
how you will the direct the data to spool using sysout option?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is one line to pass PARM from JCL to COBOL?
Must tape dataset definitions include vol=ser specifications?
In job processing, what happens in conversion stage?
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' ?
What is job control language?
How can a jobs execution priority be modified?
When space is allocated for an output dataset, what units can be used?
Explain in DD statement what is the use of DCB parameter?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?