Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / aloke deb
Both the above answers are logically correct, but they
don't answer the query. The CPU Time is by default decided
during the installation( I guess this is at a JOB level and
not a Step level)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
when does a dataset go uncataloged?
Can an individual step be restricted from using all the jobs allowed cpu time?
Differentiate between the joblib and the steplib statements?
What is use of restart and how to use it?
Explain the function of dd disp parameter?
What is the maximum length of a single line of jcl?
What is the function of the steplib dd statement?
Explain in DD statement what is the use of DCB parameter?
What is the syntax of JCL statement?
Must tape dataset definitions include vol=ser specifications?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are some jcl statements that are not allowed in procedures?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the purpose of the dd keylen parameter?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK