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 / prachi
COND parameter can be coded in Job card as well as on STEP..
In this case if you want to execute from STEP5 to STEP10
then you need to code Restart parameter on Job card as
Restart=STEP5
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the hierarchy levels in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is timing concept in mainframe?
what is the purpose of coding notify parameter in job statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What does a disposition of (new,catlg,keep) for a dsn mean?
Name what parameter directs the output of the job log dataset?
how JCL works?
what is the purpose of coding class parameter in job statement?
Explain how can a jobs execution priority be modified?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?