how can i code cond parameter in procedures ?
i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths
Answer Posted / greeshma
In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
In job processing, what happens in conversion stage?
How can the disposition of sysout datasets be set for an entire jobstream?
Must tape dataset definitions include vol=ser specifications?
What does a disposition of (new,catlg,keep) for a dsn mean?
Give the syntax of job specifying jcl statement.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is the purpose of coding class parameter in job statement?
What is the purpose of dd * statement in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Is it possible to left uncode disp?
in ways data can be passed to a COBOL program from JCL?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?