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 / sree

Each step returns a code to the system once it finishes its
execution.This is a condition code. COND parameter is used
to control the execution of a step based on the condition
code of its previous steps.

Syntax

COND=(comparsion-code,condition)
(If coded on job)

COND=(comparsion-code,condition [,stepname] [,EVEN / ONLY])
(If coded on step )



condition can be GT,GE,LT,LE,EQ,NE

Is This Answer Correct ?    25 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1324


What is the purpose of the dd keylen parameter?

1280


in ways data can be passed to a COBOL program from JCL?

1282


What are the 4 fields in dd statement?

1331


What parameter directs the output of the job log dataset?

1316


What is Cataloged Procedures?

1201


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

1357


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

1217


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1274


what are the statements that are not valid to be included in an include statement?

1430


What is the difference between the positional and keyword parameters? Give examples.

1312


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

5592


Explain how can the disposition of sysout datasets be set for an entire jobstream?

1147


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

1156


Can I share my data with other jobs? How?

1189