What is COND=EVEN ?

Answer Posted / samay simant

This means,
When this parameter is coded in any step,it will be
bypassed,irrespective of the return code of its prev step.

Cond=Only....Means bypass current step if the prev step
terminated abnormally.

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one plzzzzzz tell the jcl code for creating ps using idcams

10520


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

841


What do you understand by the term job time – out and how can you overcome that?

606


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

706


Why include statement is used in a jcl?

691






if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1617


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

778


what is the JCL statement consists of?

699


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

584


How do you access an uncatalogued dataset in a jcl?

729


In job processing, what happens in conversion stage?

744


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

913


What is job control language?

611


Explain the function of a dd statement?

659


Differentiate between addressing mode and run mode.

615