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 / greeshma
In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
Differentiate between the joblib and the steplib statements?
How do you overcome this limitation ?
//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 /*
What is condition checking in jcl? Is this possible?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the parameters that are used in creating a gdg?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What are the utility programs in jcl?
Explain the function of //cntl statement?
Is acct parameter mandatory?
how to run batch program without jcl?
how do you code a null statement?
Explain the purpose of dd * statement in jcl?