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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Are there any set of rules for the names of the steps used in a job? What are they?
Where & How Do You Code Identifier In Jcl?
what is DD statement is used in JCL?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Mention the types of job control statements?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Describe the various parameters utilized in the creation of a gdg?
How to override loadlib?
What is condition checking in jcl? Is this possible?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
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?
In sms datasets, what is the function of the dd avgrec keyword?
In sms datasets, what is the function of the dd mgmtclas keyword?
Name what parameter directs the output of the job log dataset?