TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / 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 |
Post New Answer View All Answers
How do you submit a job for execution?
what is DD statement is used in JCL?
What are the parameter we cannot use in procedure?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is their any limit for data sets?
Explain the hierarchy levels in jcl?
what is the purpose of coding notify parameter in job statement?
what is the resolution for sb37 error
How can the disposition of sysout datasets be set for an entire jobstream?
What are the 2 types of parameters in dd statement?