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
What are the 2 types of parameters in dd statement?
What is the motivation behind coding class parameter in job statement?
when can a job time-out occur? How to overcome that?
Is it possible to left uncode disp? If yes, how?
What is the syntax of JCL statement?
List the different jcl statements that are not permitted in the procedures?
What is the purpose of disp parameter?
Is condition checking possible in jcl?
What are the 4 fields in dd statement?
what is the resolution for sb37 error
which parameter is used to check the syntax of a jcl without executing it?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Are there any set of rules for the names of the steps used in a job? What are they?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can a stopped job be started again?