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

Explain COND used in JCL?

Answer Posted / koti156

the cond parameter is used to control the execution of subsequent job steps,depending on the condition code that is returned for a prior step.
ex:
suppose a job has two steps.the first step backups file,and the second step deletes the source file after a successful backup. obviously if the file is not successfully backup it should not be deleted.the cond can be used to control the the execution of the second step depend on th e value returned by the first.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between JES3 and JES2?

1191


How can an in-stream dataset be terminated?

1392


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

1364


List the different jcl statements that are not permitted in the procedures?

1124


What are s0c1, s0c4, s0c5, s0c7 and socb?

1218


In sms datasets, what is the function of the dd avgrec keyword?

1156


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

1311


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1564


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5597


Differentiate between the joblib and the steplib statements?

1517


How can a jobs execution priority be modified?

1341


Which dd parameters are required?

1243


How gdg are concatenated?

1166


which parameter is used to check the syntax of a jcl without executing it?

1419


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1343