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 does the keyword DCB mean and what are some of the keywords associated with it?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
What is a S0C4 error ?
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) ?
what is a MODELDSCB?
What is concatenating?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
What is timing concept in mainframe?
Can we change a FB file to VB file in JCL? Please help
For how long a job can be executed continuously in a mainframe ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
How do you submit a job for execution?