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 |
Can I send output of job to my remote device careerride123?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
what is use of disp parameter in dd statement?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
If your job fails at particular step then what would be the return code for next steps
can we maintain 2 generations with different Lengths in Same GDG ?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
What is the significance of addrspc parameter in exec statement?
how you will define a temporary dataset in jcl?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?