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
How does jcl act on code(if you take a cobol program)?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Is their any limit for data sets?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Which dd parameters are required?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is concatenating?
when can a job time-out occur? How to overcome that?
what is “Cond= even” and “Cond=only”?
what is SOC4 error?
Differentiate between addressing mode and run mode.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?