I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / suresh ramaiyan
You can create a NULL (//) point after the 5 step. so the
job will stop after step 5 is executed.
I don't think we can do it via JOB CARD. Please let me know
if anyone knows.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of dd disp parameter?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is SOC4 error?
Is their any limit for data sets?
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 are the parameters that are used in creating a gdg?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of job statement in jcl?
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 ?
What is the function of //jcllib statement?
How dummy is used in jcl?
which utility is used a dummy utility?
when does a dataset go uncataloged?