How to execute step2,step5,step7 of a proc of 10 steps?
You are not allowed to change in JCL.
Answer Posted / muttiah
@Adarsh:
That will be useful when we want to copy steps from a JCL
directly, not from a PROC.
@ NaliniNayak:
Using restart you can point to step2 of a proc as below.
//RESTART=PROCSTEP.STEP2 in the job card.
Code Cond=(0,LE) for all the steps you want to skip..Say in
our case it's 3,4,6,8 and 9th step in proc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
What is job control language?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
when does a dataset go uncataloged?
Can we call instream to catalog and catalog to instream?
What is the function of //cntl statement?
what is use of space parameter in dd statement?
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 use of dsn parameter in dd statement?
what is the use of IEBGENER utility?
How can the submitting users racf authority be overridden in a job stream?
How would you understand error(execution phase)?
What is the significance of addrspc parameter in the exec statement?
Name a few IBM utility programs, and explain its function.
Explain the function of job statement in jcl?