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
What is one line to pass PARM from JCL to COBOL?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how can you check if a file is empty using jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is DD statement is used in JCL?
Can I share my data with other jobs? How?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can a stopped job be started again?
Explain the job statement in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is “Cond= even” and “Cond=only”?
which parameter is used to check the syntax of a jcl without executing it?