How do you overcome this limitation ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

How can u know the current date using jcl?

2 Answers   iNautix, Wipro,


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


how to execute the last 5 steps in jcl

2 Answers   Syntel,


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  






Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?

2 Answers  


I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


What is the syntax of JCL statement?

0 Answers  


how to put a dependency on job in jcl using opc scheduler?

1 Answers   CTC,


what is meant by jobtrac?

4 Answers   CSC,


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  


Categories