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?
Answers were Sorted based on User's Feedback
Answer / megha
It depends on how much time each step takes,In the above
job the total time the job can take is 10 minutes and if
the total time taken by each step(step1 to step 4) is
within 10 minutes (and also within the time specified for
each step) ,then the job will execute without any error.
| Is This Answer Correct ? | 26 Yes | 0 No |
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 |
Answer / balasukumar
WE WILL GET ABEND IN STEP4 WITH S322(TIME OUT ERREOR).
| Is This Answer Correct ? | 12 Yes | 9 No |
Answer / 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 |
What do you do if you do not want to keep all the space allocated to a dataset?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
difference between internal sort and external sort
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
Explain about SYSVAR
What are the parameter we cannot use in procedure?
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.
a dd statement has 2 types of parameters. Name them?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?