|
VMS Help INITIALIZE, /QUEUE, Qualifiers, /CPUMAXIMUM *Conan The Librarian |
/CPUMAXIMUM=time
Defines the maximum CPU time limit for all jobs in a batch
execution queue. You can specify time as delta time, 0, INFINITE,
or NONE (default). You can specify up to 497 days of delta time.
The /CPUMAXIMUM qualifier overrides the time limit specified
in the user authorization file (UAF) for any user submitting a
job to the queue. Either the value 0 or the keyword INFINITE
allows unlimited CPU time. If you specify NONE, the CPU time
value defaults to the value specified either in the UAF or by
the SUBMIT command (if included). CPU time values must be greater
than or equal to the number specified by the system parameter
PQL_MCPULM.
For information on specifying delta times, see the OpenVMS User's
Manual or the online help topic Date.
A CPU time limit for processes is specified by each user record
in the system UAF. You also can specify the following: a default
CPU time limit or a maximum CPU time limit for all jobs in a
given queue, or a default CPU time limit for individual jobs in
the queue. The following table shows the action taken for each
value specified and possible combinations of specifications.
Default
CPU Time CPU Time Maximum CPU
Limit Limit Time Limit
Specified by Specified Specified
the SUBMIT for the for the
Command? Queue? Queue? Action Taken
No No No Use the UAF value.
Yes No No Use the smaller of SUBMIT
command and UAF values.
Yes Yes No Use the smaller of SUBMIT
command and UAF values.
Yes No Yes Use the smaller of SUBMIT
command and queue's
maximum values.
Yes Yes Yes Use the smaller of SUBMIT
command and queue's
maximum values.
No Yes Yes Use the smaller of
queue's default and
maximum values.
No No Yes Use the maximum value.
No Yes No Use the smaller of UAF
and queue's default
values.
|
|