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 improvement to COND= in the latest version of MVS?

Answers were Sorted based on User's Feedback



What is the improvement to COND= in the latest version of MVS?..

Answer / krithiga hari

COND statement can be replaced with IF END IF statement.
In COND, if the condition is true then the step will be
bypassed.
In IF END IF, if the condition is true then the step will
get executed.

Is This Answer Correct ?    6 Yes 1 No

What is the improvement to COND= in the latest version of MVS?..

Answer / vish

True, COND parameter are a bit complex to write and
Understand. So they are promoting the use of
IF/THEN/ELSE/ENDIF instead of using COND parameters.

Is This Answer Correct ?    2 Yes 0 No

What is the improvement to COND= in the latest version of MVS?..

Answer / guest

MVS now allows for an IF bracketed by an END IF around any
job step to replace the COND= syntax. Again, if the IF
statement is true, the step is bypassed.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JCL Interview Questions

how can u identify the db2 from jcl ?

2 Answers   TCS,


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

0 Answers   IBM,


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

0 Answers   IBM,


once we submitted the job to the operating system, how can we cancel the job before execution?

2 Answers  


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?

4 Answers  


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


Is it possible to left uncode disp?

0 Answers  


How can u know the current date using jcl?

2 Answers   iNautix, Wipro,


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


what JCL Procedures?

0 Answers  


how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,


Categories