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.

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

1131


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1922


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

1241


what is “Cond= even” and “Cond=only”?

1291


how you can direct the data to spool using SYSOUT option?

1442


How can a fb file convert to vb file using sort program?

1313


when does a dataset go uncataloged?

1287


A dd statement consists of 4 fields. Name them?

1407


What is the purpose of dd * statement in jcl?

1262


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1819


How dummy is used in jcl?

1136


what is a jcl?

1119


Is automatic restart possible in jcl? If yes, how?

1104


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

1275


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2535