what is the COND=EVEN ? Can anyone give me an example to
explain the usage.

Answers were Sorted based on User's Feedback



what is the COND=EVEN ? Can anyone give me an example to explain the usage...

Answer / dnyandeep

COND=EVEN, when it is coded on JCL step, that step will execute EVEN when previous step executes abnormally. This means even if previous step completes then also this step will execute.

COND=ONLY, when it is coded on JCL step, that step will execute only when previous step executes abnormally.

I think the use of it depends on programmers need and logic.

Is This Answer Correct ?    8 Yes 2 No

what is the COND=EVEN ? Can anyone give me an example to explain the usage...

Answer / suputhru

COND=EVEN,this step will execute when previous step executes abnormally or normally.

COND=ONLY, this step will execute when only(must)previous steps executes abnormally.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JCL Interview Questions

What is Cataloged Procedures?

0 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


Explain the function of job statement in jcl?

0 Answers  


Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????

3 Answers  


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,






what is a jcl?

0 Answers   IBM,


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


For what purpose steplib and joblib are used ?

0 Answers  


i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap

2 Answers   IBM, TetraSoft,


List the different components of jcl statement?

0 Answers  


Where & How Do You Code Identifier In Jcl?

0 Answers   IBM,


whats the difference between empty and noempty of GDG?

4 Answers   Patni,


Categories