What is the purpose and meaning of the TIME keyword and what
JCL statement is it associated with?
Answer / guest
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 ? | 4 Yes | 0 No |
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
List in order the hierarchical levels of jcl?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
What is 'S0C7' abend?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
What is use of restart and how to use it?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what are the various stages of job processing?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is job control language?
Is it possible to code instream data in a PROC?