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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How does the jcl specify the job to os?

1209


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1261


Name what parameter directs the output of the job log dataset?

1105


What are the 2 types of parameters in dd statement?

1207


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1275


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1527


How to run cobol program using jcl?

1291


How can an in-stream dataset be terminated?

1392


Which statement is used to identify the private libraries in job?

1243


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

1204


what operation is performed by job statement?

1172


Give the syntax of job specifying jcl statement.

1200


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

1427


i want to store 20 digits . how will u do it in cobol ?

1488


What is the format of comment statement?

1273