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 / shivakrishna
we can bypass by giving cond parameters in step from 6 if
we know the cond codes from previous steps.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
What is the maximum length of a single line of jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Suppose I have five jobs to do. But I want to hold one?
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?
How would you understand error(execution phase)?
What are the difference between jcl and jes?
How can the disposition of sysout datasets be set for an entire jobstream?
Must tape dataset definitions include vol=ser specifications?
when can a job time-out occur? How to overcome that?
Explain the function of a dd statement?
Define concatenating?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How gdg are concatenated?
what is use of dsn parameter in dd statement?