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


what is the COND=EVEN ? Can anyone give me an example to
explain the usage.

Answers were Sorted based on User's Feedback



what is the COND=EVEN ? Can anyone give me an example to explain the usage...

Answer / dnyandeep

COND=EVEN, when it is coded on JCL step, that step will execute EVEN when previous step executes abnormally. This means even if previous step completes then also this step will execute.

COND=ONLY, when it is coded on JCL step, that step will execute only when previous step executes abnormally.

I think the use of it depends on programmers need and logic.

Is This Answer Correct ?    8 Yes 2 No

what is the COND=EVEN ? Can anyone give me an example to explain the usage...

Answer / suputhru

COND=EVEN,this step will execute when previous step executes abnormally or normally.

COND=ONLY, this step will execute when only(must)previous steps executes abnormally.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JCL Interview Questions

i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE

4 Answers   Merrill Lynch,


if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete

4 Answers  


jcl is like a complier....?

6 Answers  


How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??

14 Answers   L&T,


If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.

4 Answers   IBM,


if we give two job cards in a single what happens

3 Answers   IBM,


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


What are the 2 types of parameters in dd statement?

0 Answers  


proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code

2 Answers  


How to print data of sequential file to Spool..?

2 Answers  


Categories