TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answers were Sorted based on User's Feedback
Answer / varun
TIME specifies the maximum CPU time allocated for a
particular job or job step. If TIME is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sathish kumar
It is a amount of cpu time that a job or perticuler job
step is permitted to utilized before it is terminated.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / varun
TIME parameter can be used to overcome S322 abends for
programs that genuinely need more CPU time. TIME=1440 means
no CPU time limit is to be applied to this step.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / runjhun
TIME parameter in JOB statement specifies max. CPU
timelimit for the entire job whereas that coded in EXEC
specifies the time limit for that particular step only.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a procedure?
Why do you use a control card?
What is dummy parameter in JCL??
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
describe the exec statement,its meaning ,syntax and keywords?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
At what stage, operator can change the class and priority of a submitted job?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
What is the significance of addrspc parameter in exec statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?