If the proc stepname is excluded while overriding the COND,
TIME, REGION and PARM parameters while calling the proc,
will the override only apply to the first step in the proc
or all the steps for all the above parameters?
Answer Posted / aeon533
You may exclude. It depends whether you want to override
any parameter for the whole proc or for a specific procstep.
If you want to do it for a particular step then the format
is COND.PROCSTEP = value. If you want to do it for whole
proc then you may use unqualified overriding parameters
like EXEC PROC TIME= , REGION = etc but the parameters are
to be in the same order as they are in the actual proc.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
how to do automated restart when a job abends?
What is the motivation behind coding class parameter in job statement?
How can a fb file convert to vb file using sort program?
Differentiate between the joblib and the steplib statements?
Is condition checking possible in jcl?
What is the function of the dd dcb keyword?
Are there any set of rules for the names of the steps used in a job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What are steplib and joblib? What for they are used?
How to pass data to a program that is coded in an exec statement?
Explain about LMFREE�free data set from its association with data ID
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to run cobol program using jcl?
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 statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?