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



Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will ove..

Answer / overrider

Both proc will override

Is This Answer Correct ?    1 Yes 1 No

Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will ove..

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

Post New Answer

More JCL Interview Questions

What is GDG?

1 Answers  


My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)

11 Answers   HCL, IBM, L&T, TCS,


IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)

8 Answers  


How can a jobs execution priority be modified?

0 Answers  


Are there any set of rules for the names of the steps used in a job? What are they?

0 Answers  






My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?

2 Answers   HCL,


A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?

5 Answers   IBM, Wipro,


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


what is use of dsn parameter in dd statement?

0 Answers   IBM,


Explain about LMCOPY -

1 Answers  


how do you code a null statement?

0 Answers   IBM,


Categories