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
How do you submit a job for execution?
Define concatenating?
Explain the function of dd disp parameter?
Can I send output of job to my remote device careerride123?
how can you check if a file is empty using jcl?
Give the syntax of job specifying jcl statement.
What is the motivation behind coding class parameter in job statement?
How does jcl act on code(if you take a cobol program)?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain how can values be passed from the job stream to an executable program?
what is JCL?
Explain the purpose of dd * statement in jcl?
how you will the direct the data to spool using sysout option?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is timing concept in mainframe?