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 / sunjay khan
Time parameter should not code in both Job & Exec, if we
coded Job overrides Exec.
| Is This Answer Correct ? | 7 Yes | 18 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
when does a dataset go uncataloged?
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 ?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Give the syntax of job specifying jcl statement.
what is SOC4 error?
What dd statement is used to supply the name of a dataset?
how to run batch program without jcl?
I need exexution process for JCL programs
what is the resolution for sb37 error
Is it possible to left uncode disp?
How to override loadlib?
What is multithreading in jcl?
how can the same proc be re-used and called by many jobs?