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.
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the compile process of cobol program expalin with code
How is the record format of an output dataset specified?
what is the meaning of keyword in jcl?what is is opposite?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
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 anyone please answer me for above questions. it's very urgent
How to read records in reverse order in flat file?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
How to submit a jcl from cics?
What is order of searching of the libraries in a JCL?
how many max steps can we use in a job? pls answer to my question
What are the parameter we cannot use in procedure?