What does the TIME parameter signify ? What does TIME=1440
mean ?
Answer Posted / guest
TIME parameter can be used to overcome S322 abends for
programs that genuinely need more CPU time. TIME=1440 means
no CPU time limit is to be applied to this step.
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
how to run batch program without jcl?
Is it possible to left uncode disp? If yes, how?
What is the function of the dd dcb keyword?
how you can direct the data to spool using SYSOUT option?
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 JCL?
List the different jcl statements that are not permitted in the procedures?
what JCL Procedures?
Explain how can a jobs execution priority be modified?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain how can an in-stream dataset be terminated?
What is timing concept in mainframe?
what is use of dsn parameter in dd statement?
What do you understand by jcl?
how you can access an uncataloged dataset in a JCL?