how can i code cond parameter in procedures ?

i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths

Answer Posted / prachi

COND parameter can be coded in Job card as well as on STEP..
In this case if you want to execute from STEP5 to STEP10
then you need to code Restart parameter on Job card as
Restart=STEP5

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by jcl?

625


What is use of restart and how to use it?

766


what are the types of abends that occur on job failure? And explain the possible causes of these

1114


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

1945


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






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?

1613


how would you create a temporary dataset? And where will you use them?

766


what are the various stages of job processing?

736


Can we use DISP=SHR in output file in JCL

951


whats the diff bw the evaluate also and and?

1850


when does a dataset go uncataloged?

828


what is use of dcb parameter in dd statement?

769


What do you understand by the term notcat 2 – gs?

751


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

834


what is the compile process of cobol program expalin with code

1998