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
What happens if both JOBLIB & STEPLIB is specified ?
How do you submit a job for execution?
What are steplib and joblib? What for they are used?
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) ?
whats the diff bw the evaluate also and and?
Why block size is multiple of lrecl in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
what are the statements that are not valid to be included in an include statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain how can a jobs execution priority be modified?
What dd statement is used to supply the name of a dataset?
What parameter directs the output of the job log dataset?
Mention the types of job control statements?
What does a disposition of (new,catlg,keep) for a dsn mean?
a dd statement has 2 types of parameters. Name them?