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 / syntel
You can Use RESTART in job cards.
RESTART=JOBSTEPNAME.PROCSTEPNAME
Thanks
| Is This Answer Correct ? | 4 Yes | 31 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
Explain the function of dd disp parameter?
What is the difference between run mode and addressing mode?
How do you submit a job for execution?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to run cobol program using jcl?
How is a type of file defined in the jcl that executes the cobol program?
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 ?
Explain dfsort utility?
What is the purpose of dd?
Brief description of inline procedure of jcl.
How do you create a temporary dataset?
How can a jobs execution priority be modified?
what is “Cond= even” and “Cond=only”?