In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / rajesh kumar.t
1.use COND par for each step.
2.comment the STEP7-10.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what happens in conversion stage in job processing?
how would you create a temporary dataset? And where will you use them?
what are JCLLIB and STEPLIB in JCL?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the purpose of dd * statement in jcl?
What do you understand by the terms: joblib and steplib?
Name the statement which can be used to send data to another mvs jes3 node?
What is the purpose of dd dummy statement?
Name what parameter directs the output of the job log dataset?
What is the motivation behind coding class parameter in job statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the utility programs in jcl?