there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / anonymous
If it is confirm that step 2 to step 8 will execute normally
then what we can do is write COND=(0,EQ) for step 9 &
step10.So these last steps will be byepassed.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain about LMFREE�free data set from its association with data ID
How can return codes be tested before execution of a job step?
Explain the function of dd disp parameter?
Explain the function of a dd statement?
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?
Explain dd statement in jcl?
Explain the function of //jcllib statement?
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 ?
what is “Cond= even” and “Cond=only”?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
in ways data can be passed to a COBOL program from JCL?
How to override loadlib?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to run cobol program using jcl?