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

68 Chapter3
Growth Solution
User-Defined Job Queues and ALTJOB HIPRI Enhancements
PURGEJOBQ
Syntax:
PURGEJOBQ qname
The PURGEJOBQ command deletes a job queue. The queue will be deleted only if it is empty,
that is, if no jobs are waiting or executing in the queue. The default system job queue can
not be purged. The user must have SM/OP capability to execute the command.This
command is available in a session, job, or in BREAK. Pressing
[Break] aborts the execution of
this command. This command is not allowed in SYSSTART.
Parameters:
qname
Name of the queue to be deleted.
Examples:
:PURGEJOBQ myjobq
LISTJOBQ
Syntax:
LISTJOBQ
The LISTJOBQ command allows the user to list all the existing job queues in the system. It
displays the queue name, limit, number of jobs in the queue that are in the EXEC state
and the total number jobs in the queue, (No. of jobs in the EXEC state + No. of jobs in the
WAIT state). This command is not allowed in SYSSTART.
Examples:
:listjobq
JOBQ LIMIT EXEC TOTAL
HPSYSJQ 3500 1 1
MYJOBQ 100 1 1
MJQ 10 1 2