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 / rajkanya
The RESTART parameter can be coded at JOB CARD level as:
RESTART=PROCNAME.STEPNAME ( in this case STEP5 )
and the COND parameter can be coded at both JOB and STEP
level. At STEP5, as:
//STEP5 EXEC PGM=.....,COND=EVEN
COND=ONLY it allows step execution if any prior step is
ABENDED
COND=EVEN it allows step execution even if the prior step
is ABENDED
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
What dd statement is used to supply the name of a dataset?
What is condition checking in jcl? Is this possible?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to submit a jcl from cics?
Is their any limit for data sets?
What is the function of the dd avgrec keyword in sms datasets?
What is the purpose of dd * statement in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is Cataloged Procedures?
Brief description of inline procedure of jcl.
how JCL works?
what is DD statement is used in JCL?
List in order the hierarchical levels of jcl?