TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / sathish kumar
It is a amount of cpu time that a job or perticuler job
step is permitted to utilized before it is terminated.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
what are JCLLIB and STEPLIB in JCL?
Is automatic restart possible in jcl?
what is the resolution for sb37 error
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how to compare two datasets without using superce because output is limited to 133 bytes
is there any way to execute more than one proc in the same exec statement at the same time..?
What parameter directs the output of the job log dataset?
what is the use of JCL?
how do you access an uncataloged dataset in a jcl?
Explain how can return codes be tested before execution of a job step?
define cond parameter in jcl?
What is the significance of addrspc parameter in exec statement?
What are steplib and joblib? What for they are used?