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 error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
Why we will create load module in PDS only, Why nt in PS?
How many extents are possible for a sequential file ? For a VSAM file ?
Explain about REXX
How to find the number of duplicates in a file using Sort?
What is GDG and what is the maximum limit of versions that can be created?
How do you submit JCL via a Cobol program?
Describe the various parameters utilized in the creation of a gdg?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
what is the difference between return code and maxcc?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
What is the motivation behind coding class parameter in job statement?