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


Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?

Answers were Sorted based on User's Feedback



Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / ven

just step condition will dominate the job condition. that's
it.

Is This Answer Correct ?    4 Yes 5 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / sampler

//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)

COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored

Is This Answer Correct ?    2 Yes 3 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / vinay sonar

If we code it both in step and job step will dominate over
job

Is This Answer Correct ?    0 Yes 2 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / mahaveer

Step condition will overide the job condition

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More JCL Interview Questions

How can values be passed from the job stream to an executable program?

0 Answers  


What do you understand by the terms: joblib and steplib?

0 Answers  


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  


how to split a file

4 Answers   IBM,


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


can u execute a proc from another proc?

5 Answers   Logica CMG,


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


What is DISP= (NEW,PASS,DELETE)?

3 Answers   HCL,


I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP

4 Answers   CSC,


Categories