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
What parameter directs the output of the job log dataset?
Explain how can an in-stream dataset be terminated?
how to do automated restart when a job abends?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the jcl procedures?
What is jcl in mainframe?
How do you create a temporary dataset?
how JCL works?
how can the same proc be re-used and called by many jobs?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the purpose of dd?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the function of dd name parameter with a 2 part structure; audit.report?