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
Give the syntax of job specifying jcl statement.
Which statement is used to identify the private libraries in job?
What is the function of the dd mgmtclas keyword in sms datasets?
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
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 pgm opens the file in EXTEND mode. What happens ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is DSN parameter and DISP parameter is used for?
What do you know about jcl?
What parameter directs the output of the job log dataset?
How do you create a temporary dataset?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how do you code a null statement?
When output dataset space is required, what quantity categories are used?
What is catelog procedure and how many catelog procedure to use in one job?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY