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 |
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
which parameter is use to declare the name of dataset in dd statement?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
Explain how can the attributes of one sms dataset be copied to another dataset?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
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.....
how to convert fb to vb in jcl ?
What is the purpose of disp parameter?