Hi,
If a catolog proc has another proc in it, both have
ddnames dd1 and dd2. what proc will override if gave
override parameter. Here both have same step names.
Answer Posted / muttiah
Overrider you are absolutely wrong!!
Say i have job1 with PROC1 and PROC1 has PROC2. Now I have
DD1 & DD2 in both the Proc's. Let's assume they have in
step1.
In JOB1 if you give
//step1.DD1 DD dsn=<Filename>
This will override ly DD1 in proc1 but not in proc2..
Say if you have same stmt in proc1 then Proc2 can be
overriden.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
Is condition checking possible in jcl?
What is the function of the steplib dd statement?
How to alter the parameters for the existing gdg?
A dd statement consists of 4 fields. Name them?
What are the utility programs in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How can the submitting users racf authority be overridden in a job stream?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How to submit a jcl from cics?
Explain how can values be passed from the job stream to an executable program?
When output dataset space is required, what quantity categories are used?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is use of restart and how to use it?
Is it possible to define dd statements as you want?