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
which utility is used to run a cobol-db2 program?
How can a fb file convert to vb file using sort program?
Explain about LMFREE�free data set from its association with data ID
what is a jcl?
Suppose I have five jobs to do. But I want to hold one?
what is DD statement is used in JCL?
What is the purpose of the dd keylen parameter?
What is NOTCAT ?
what are the statements that are not valid to be included in an include statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is use of dcb parameter in dd statement?
How is a type of file defined in the jcl that executes the cobol program?
what is the compile process of cobol program expalin with code
For what purpose steplib and joblib are used ?
Can an individual step be restricted from using all the jobs allowed cpu time?