TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / 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 |
Post New Answer View All Answers
What do you know about jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Which statement is used to identify the private libraries in job?
What is the purpose of dd * statement in jcl?
in ways data can be passed to a COBOL program from JCL?
What are the parameter we cannot use in procedure?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Must tape dataset definitions include vol=ser specifications?
Explain about ISPF/TSO Commands
How can the disposition of sysout datasets be set for an entire jobstream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain how can return codes be tested before execution of a job step?
what operation is performed by job statement?
is there any way to execute more than one proc in the same exec statement at the same time..?