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
Is automatic restart possible in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Which statement is used to identify the private libraries in job?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the motivation behind coding class parameter in job statement?
how you will the direct the data to spool using sysout option?
how do you access an uncataloged dataset in a jcl?
What is timing concept in mainframe?
How do you overcome this limitation ?
how JCL works?
How is a type of file defined in the jcl that executes the cobol program?
How to pass the parameter in parm using linkage section ? (syntax)?
what JCL Procedures?
What is the syntax of JCL statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?