I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / srinivas
After 10th step you should give jcl null statement or else
code condition parameter in step11.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is a jcl?
how to do automated restart when a job abends?
What is the function of dd disp parameter?
What are the 2 types of parameters in dd statement?
How jcl is used for testing batch programs?
Name the statement which can be used to send data to another mvs jes3 node?
For what purpose steplib and joblib are used ?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How is the record format of an output dataset specified?
which utility is used to sort a file in jcl?
Explain dfsort utility?
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 NOTCAT ?