Communicator e3000 MPE/iX Release 6.5 (Non-Platform Software Release C.65.00 (30216-90291)

Chapter 3 69
Growth Solution
User-Defined Job Queues and ALTJOB HIPRI Enhancements
Modified Commands
LIMIT
Syntax:
{numberjobs }
LIMIT [{ + }] [{,numbersessions }]
{ - } {numberjobs,numbersessions}
[
;jobq=
<
qname
> ]
The LIMIT command allows users with OP capability to change the job and session limits.
As a result of this enhancement, it can be used to change the limit value of individual job
queues. The LIMIT command now accepts a new parameter
;jobq=
. It also accepts ‘+’ or ‘-’
before the numeric values to indicate increment or decrement.
Parameters:
qname
Name of the job queue whose limit is to be changed. If the queue name is
not specified, LIMIT command will alter the global limit values.
+/- If +/- is specified before the numeric value, the corresponding limit value
will be incremented/decremented.
Examples:
: LIMIT 60;
jobq
=myjobq { Set the limit of MYJOBQ to 60}
: LIMIT -1;
jobq
=myjobq { Decrement the limit by 1}
: LIMIT +1 { increment the global job limit by 1}