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 |
What is difference between Return Code, user completion code, Abend code and reason Code?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
If Region=0k means What Happen?
List the different jcl statements that are not permitted in the procedures?
How to copy one PS file to multiple PS files with same data?
What is a procedure?
Can a job have only steplib and no joblib ?
what will be the error code if duplicate key of VSAM file is found?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.