//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

Answers were Sorted based on User's Feedback



//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHIC..

Answer / jagan

1. Condition in Step3 refers to the return code from STEP2.
2. If the condition COND=(4,LT) satisfies then step4 will be
executed byapssing step3 , if the condition doesn;t satisfy
then STEP3 will be executed.

Is This Answer Correct ?    15 Yes 3 No

//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHIC..

Answer / prijey

Condition in Step3 refers to the maximum return code from
the prior steps.

If 4 is less than MaxCC from prior steps then Step 3 will
not be executed. Step 4 will be executed anyway.

Is This Answer Correct ?    7 Yes 0 No

//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHIC..

Answer / vishal sinha

1. Both
2. step 1,2,4

Is This Answer Correct ?    2 Yes 7 No

//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHIC..

Answer / sangeetha

that sondition will refer both return code from step2 &
step1...

Is This Answer Correct ?    0 Yes 6 No

//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHIC..

Answer / arun

Condition in step3 refers to the same step return code.And
it does not refer step1 or step2 return code because the
condition is placed in step 3 only.If step3 condition is
satisfied then step4 will excute.

If condition is placed at the job then it will refer
previous step return code before excuting the current step.

Is This Answer Correct ?    1 Yes 20 No

Post New Answer

More JCL Interview Questions

What is the purpose of dd dummy statement?

0 Answers  


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


What do you do if you do not want to keep all the space allocated to a dataset?

2 Answers  


what is fixed length and variable length and difference between them

1 Answers   CGI, Wipro,






Explain dfsort utility?

0 Answers  


What is model dataset label(Model DSCB)?

1 Answers  


What do you know about jcl?

0 Answers  


what is the alternative to model parameter?

0 Answers  


Explain the function of //cntl statement?

0 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,


What is the format of comment statement?

0 Answers  


Categories