Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


//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 will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


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

0 Answers  


Explain about REXX

1 Answers  


I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????

4 Answers   CTS,


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


How is a new GDG coded?

2 Answers  


What do you feel makes a good program?

1 Answers  


Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.

4 Answers   TCS,


Define concatenating?

0 Answers  


which are the parameters mandatory in job card ?

4 Answers   Accenture,


Categories