what happens if job falls in loop ? how to resolve it ?
Answer Posted / srk
we can specify a time limit for the execution of the job or
job step through time parameter, after the time limit is
reached the job or job step is automatically terminated.
//jobname job time=(minits,seconds)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how to run batch program without jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the significance of addrspc parameter in exec statement?
How do you access an uncatalogued dataset in a jcl?
Describe the various parameters utilized in the creation of a gdg?
Explain how can return codes be tested before execution of a job step?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is use of dsn parameter in dd statement?
How to alter the parameters for the existing gdg?
Can I share my data with other jobs? How?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the motivation behind coding class parameter in job statement?
//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 /*
Explain about LMFREE�free data set from its association with data ID