i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / ch.mohan
w
we can mention job card to restart=step5
and cond param used to step6
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what are the various stages of job processing?
How can a stopped job be started again?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Does jcl support automatic restart?
How can unused space allocation be returned to the system when a dataset is closed?
Is it possible to define dd statements as you want?
in ways data can be passed to a COBOL program from JCL?
How to submit a jcl from cics?
Is condition checking possible in jcl? If yes, how?
What is condition checking in jcl? Is this possible?
what is the compile process of cobol program expalin with code