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
Why block size is multiple of lrecl in jcl?
what is the purpose of coding notify parameter in job statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the syntax of JCL statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain about LMFREE�free data set from its association with data ID
How is the record format of an output dataset specified?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the function of job statement in jcl?
Explain in DD statement what is the use of DCB parameter?
What dd statement is used to supply the name of a dataset?
What is the purpose of dd dummy statement?
What is multithreading in jcl?
what operation is performed by job statement?