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
when does a dataset go uncataloged?
Is their any limit for data sets?
What is concatenating?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is NOTCAT ?
In sms datasets, what is the function of the dd avgrec keyword?
What is one line to pass PARM from JCL to COBOL?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can the attributes of one sms dataset be copied to another dataset?
How gdg are concatenated?
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?
in ways data can be passed to a COBOL program from JCL?
what is use of space parameter in dd statement?
What is the purpose of disp parameter?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain