Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answer Posted / shailendra
in job statement put restart=7th step name
and
in 8, 9,10th step cond=(0,GE)
else
in job statement put restart=7th step name
comment for remaining step
i think both will work
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
I need exexution process for JCL programs
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the job statement in jcl?
Name a few IBM utility programs, and explain its function.
What do you understand by the term notcat 2 – gs?
in ways data can be passed to a COBOL program from JCL?
What is condition checking in jcl? Is this possible?
How is the record format of an output dataset specified?
whats the diff bw the evaluate also and and?
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?
How do you access an uncatalogued dataset in a jcl?
what are the statements that are not valid to be included in an include statement?
Give the syntax of job specifying jcl statement.
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?
Explain how can a stopped job be started again?