Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59)
is the last one ?
Answer Posted / archana
It can be either TIME=(1439, 59) or TIME=1440. When
TIME=1440, then maximum time will be allocated to the job.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the parameters that are used in creating a gdg?
what is the JCL statement consists of?
//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 /*
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
when can a job time-out occur? How to overcome that?
Explain the purpose of the dd keylen parameter?
which utility is used to sort a file in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain how can return codes be tested before execution of a job step?
Explain the hierarchy levels in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How can the submitting users racf authority be overridden in a job stream?
How to override loadlib?
What are the 4 fields in dd statement?