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 |
Explain about Cobol Subroutines
How to send data from cobol program to jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
Can we create VSAM file by using IEBGENER?
how you will the direct the data to spool using sysout option?
if we give TIME=0 how many sec that job/step
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the purpose of dd dummy statement?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
How is a new GDG coded?
How do you send the output of a COBOL program to a member of a PDS?