How do you skip a particular step in a proc/JOB?

Answer Posted / nikhil

To skip a particular step use Conditon in EXEC statement
If the condition is true then step will be bypassed.

Ex
//stepname EXEC PGM=xyz,COND(4,LT).

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How jcl is used for testing batch programs?

716


What is jcl in mainframe?

687


what is “Cond= even” and “Cond=only”?

737


Is it possible to left uncode disp?

711


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

906






In sms datasets, what is the function of the dd mgmtclas keyword?

857


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

741


Where & How Do You Code Identifier In Jcl?

692


how to do automated restart when a job abends?

841


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

778


which parameter is used to check the syntax of a jcl without executing it?

796


What are steplib and joblib?

721


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1943


What is the function of dd name parameter with a 2 part structure; audit.report?

698


what is the compile process of cobol program expalin with code

1997