Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / raghu
step overides job in the time parameter
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain how can a stopped job be started again?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the 4 fields in dd statement?
Why include statement is used in a jcl?
Can I share my data with other jobs? How?
What is the purpose of disp parameter?
which parameter is use to declare the name of dataset in dd statement?
what is DSN in JCL and what are the parameters to declare the DSN?
Must tape dataset definitions include vol=ser specifications?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the purpose of dd * statement in jcl?
What dd statement is used to supply the name of a dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?