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 can the disposition of sysout datasets be set for an entire jobstream?
how JCL works?
a dd statement has 2 types of parameters. Name them?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is the purpose of coding class parameter in job statement?
what is DSN in JCL and what are the parameters to declare the DSN?
how you can direct the data to spool using SYSOUT option?
How can a jobs execution priority be modified?
How can values be passed from the job stream to an executable program?
Is it possible to code instream data in a PROC?
How would you understand error(execution phase)?
What are the rules employed while naming the steps in a job?
which parameter is use to declare the name of dataset in dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?