Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59)
is the last one ?
Answers were Sorted based on User's Feedback
Answer / rup
No, we cannot give because maximum time limit is 1440
minutes. TIME = (1440, 59) exceeding time limit ..
TIME = (1439, 59) is True.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / vinay sonar
Maximum time is only 1440 minutes.If we didnt specify time
parameter or TIME=NOLIMIT then by default it will consider
1440 minutes
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / archana
It can be either TIME=(1439, 59) or TIME=1440. When
TIME=1440, then maximum time will be allocated to the job.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / raghu
time 1440 is max time allocated for ajob for 243days,where as time 1439 means max time allocated fora job for one day
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Backward Referencing ?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
what is DSN in JCL and what are the parameters to declare the DSN?
what is JCL?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
Explain about LMMFIND - find a library member
can u execute a proc from another proc?
Is it possible to code instream data in a PROC?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?