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?
Answers were Sorted based on User's Feedback
Answer / abc
There are certain parameters which will not apply to the
entire proc if the proc step name is omitted e.g. the PARM
parameter. This will apply for the first step only. How
this works for the other parameters COND, TIME and REGION
if the proc step name is not provided during override?
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
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
What are the 2 types of parameters in dd statement?
wht r s722,s822,s122 and s222 abends pls reply fast
If job is submitted with typerun = hold then how can we submit the same job?
What is JOBLIB ?
in ways data can be passed to a COBOL program from JCL?
Is automatic restart possible in jcl?
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?
mainframe questions like basic&depth
List the various advantages of using jcl language?
How can the disposition of sysout datasets be set for an entire jobstream?