I have a job (4 steps) with time parameter coded in job &
exec, say time=10 in job & time =3,2,2,4 in each steps.
Will the job executes successfully?
Answer Posted / guru
When the time parameter is mentioned in step and job card, then time parameter at step will take precedence. So only when the steps executing more time than the time limit mentioned in the step will cause the job failure with S322.. it does not consider the time parameter on JOB card.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Where can program checkpoints be stored for use in a restart?
what is “Cond= even” and “Cond=only”?
What is the purpose of dd?
How to submit a jcl from cics?
How does jcl act on a cobol code?
//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 /*
Is their any set of rules for dd? Explain.
in ways data can be passed to a COBOL program from JCL?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how you can access an uncataloged dataset in a JCL?
What is the significance of addrspc parameter in the exec statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is the purpose of coding class parameter in job statement?