i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / krishna chaitanya
at jobcard cond(o,gt)
and then at step 3 cond(0,le)
and at step 4 (0,gt)
or
simply give restart step4
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of dsn parameter in dd statement?
What is the function of dd disp parameter?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How do you create a temporary dataset?
Brief description of inline procedure of jcl.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
a dd statement has 2 types of parameters. Name them?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is NOTCAT ?
which parameter is use to declare the name of dataset in dd statement?
Can I send output of job to my remote device careerride123?
Name what parameter directs the output of the job log dataset?
How can unused space allocation be returned to the system when a dataset is closed?