i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / siri
//jobname job ,,,,,,,,restart=step5.proc,cond=(00,gt)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is acct parameter mandatory?
What dd statement is used to supply the name of a dataset?
Explain how can values be passed from the job stream to an executable program?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Suppose I have five jobs to do. But I want to hold one?
//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 the function of the steplib dd statement?
What is the significance of addrspc parameter in exec statement?
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 do automated restart when a job abend?
In job processing, what happens in execution stage?
Can I send output of job to my remote device careerride123?
Can we use DISP=SHR in output file in JCL
For what purpose steplib and joblib are used ?
What is multithreading in jcl?