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
Where & How Do You Code Identifier In Jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
List the different jcl statements that are not permitted in the procedures?
what is the purpose of coding notify parameter in job statement?
What is the motivation behind coding class parameter in job statement?
What is one line to pass PARM from JCL to COBOL?
What does a disposition of (new,catlg,keep) for a dsn mean?
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 ?
Can I send output of job to my remote device careerride123?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
which parameter is use to declare the name of dataset in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of //cntl statement?
what is JCL?
How to submit jcl through a cobol program?