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 a COND parameter in JCL?

Answer Posted / xyz

Specifies whether the JOB should continue or terminate
depending on the outcome of any step in the JOB
Before each step is executed, the system checks the COND
parameter against the return code from completed JOB step
If satisfied, the system terminates the JOB, else it
executes the JOB
Format is COND=((code, operator), (code, operator)…)

Is This Answer Correct ?    46 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about LMFREE�free data set from its association with data ID

1675


Explain the job statement in jcl?

1214


What is multithreading in jcl?

1530


What is the significance of addrspc parameter in the exec statement?

1131


How would you understand error(execution phase)?

1316


is there any way to execute more than one proc in the same exec statement at the same time..?

2674


What is the use of symbol // in jcl?

1534


Is their any set of rules for dd? Explain.

1266


what is use of disp parameter in dd statement?

1150


what are the various stages of job processing?

1345


What are the jcl procedures?

1166


What does a disposition of (MOD,DELETE,DELETE) mean ?

1189


How can return codes be tested before execution of a job step?

1533


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1376


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2513