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 / santhosh g.j.
If A PROC HAS steps, which are like step2,step3,step4,step5
and i want to execute only step3 then how do we need to
code jcl using IEBEDIT.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
How to submit jcl through a cobol program?
How to do automated restart when a job abend?
What is concatenating?
what sort card you will use to copy the data from one dataset to another dataset?
Which dd parameters are required?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is use of restart and how to use it?
For what purpose steplib and joblib are used ?
what is use of disp parameter in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain how can a jobs execution priority be modified?
When output dataset space is required, what quantity categories are used?
What is condition checking in jcl? Is this possible?
How jcl is used for testing batch programs?