VMS Help  —  SHOW  QUEUE  Qualifiers  /BY_JOB_STATUS
       /BY_JOB_STATUS=(keyword-list)

    Displays queues that contain jobs that match the specified
    status. By default, jobs owned by the user are displayed. Specify
    the status with one or more of the following keywords:

    EXECUTING     Requests the display of jobs in any of the
                  following states:

                     ABORTING    STALLED
                     EXECUTING   STARTING
                     PRINTING    SUSPENDED
                     PROCESSING

                  ABORTING means that the job is halting prior to
                  normal completion and will not continue processing.
                  A SUSPENDED state means that the job stopped during
                  processing, but should continue when the cause of
                  the SUSPENDED state is resolved. PROCESSING is the
                  executing state for server queues. PRINTING is the
                  executing state for printer and terminal queues.
                  STARTING means the job is beginning to be processed
                  or printed. A STALLED or SUSPENDED state means
                  that the job stopped during processing, but should
                  continue when the cause of the STALLED or SUSPENDED
                  state is resolved.

    HOLDING       Requests the display of jobs on hold. Holding
                  status indicates that the job is being held in
                  the queue indefinitely.

    PENDING       Requests the display of jobs with pending status.
                  Pending status indicates that the job is waiting
                  its turn to execute.

    RETAINED      Requests the display of jobs retained in the queue
                  after execution. Retained status indicates that the
                  job has completed, but it remains in the queue.

    TIMED_        Requests the display of jobs on hold until a
    RELEASE       specified time. Timed release status indicates that
                  the job is being held in the queue for execution at
                  a specified time.

    Note that if you specify the qualifier without a keyword, the
    system will only display queues that actually contain jobs.
Close Help