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

What are some jcl statements that are not allowed in procedures?

0 Answers  


Is it possible to code instream data in a PROC?

0 Answers  


How to execute 300 steps in a Job?

15 Answers   Accenture, Zensar,


List the different components of jcl statement?

0 Answers  


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,






a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


What is order of searching of the libraries in a JCL?

4 Answers  


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


What is the use of the utility DFSRRC00 in the JCL?

2 Answers   Convergys,


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,


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


what is use of dcb parameter in dd statement?

0 Answers   IBM,


Categories