LISTJOBQ

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


LISTJOBQ


      Produces a listing of all the job queues on the system.

SYNTAX


     LISTJOBQ


PARAMETERS


     None.


OPERATION


     The LISTJOBQ command allows you to list all the existing job queues
     in the system. The first line of the display for LISTJOBQ has the
     following format. Each column is explained below.

JOBQ      LIMIT     EXEC  TOTAL

HPSYSJQ   3500      1     1


JOBQ                The name of the job queue.

LIMIT               The maximum number of jobs that can be allowed in
                    the queue.

EXEC                The number of jobs that are in the EXEC state.

TOTAL                Total number of jobs in the queue( number of jobs
                     in EXEC state + number of jobs in WAIT state).


EXAMPLE(S)


Following is an example of the display produced by LISTJOBQ.

:LISTJOBQ


JOBQ      LIMIT     EXEC  TOTAL

HPSYSJQ   3500      1     1
MYJOBQ    100       1     1
MJQ       10        1     2

Back to Main Index