Library /sys$common/syshlp/helplib.hlb  —  STOP  /QUEUE
    The STOP/QUEUE command causes the specified execution queue to
    pause. All jobs currently executing in the queue are suspended
    (until the queue is restarted with the START/QUEUE command), and
    no new jobs are initiated. The /QUEUE qualifier is required.

    Requires manage (M) access to the queue.

    The STOP/QUEUE command performs different functions when used
    with certain qualifiers as follows:

    STOP Qualifier(s)      Function

    /QUEUE/ABORT           Aborts a job that is printing or
                           processing on an output queue, deletes
                           it from the queue, and begins processing
                           the first pending job in the queue.

    /QUEUE/ENTRY           Aborts one or more jobs that are executing
                           on a batch queue or printing on an output
                           queue, deletes them from the queue, and
                           begins processing the first pending job in
                           the queue.

    /QUEUE/MANAGER/CLUSTER Stops the queue manager throughout the
                           OpenVMS Cluster.

    /QUEUE/NEXT            Stops the specified queue after all
                           executing jobs have completed processing.

    /QUEUE/REQUEUE         Stops the current jobs on the specified
                           queue and requeues them for later
                           processing.

    /QUEUE/RESET           Abruptly stops the queue and returns
                           control to the system.

    /QUEUES/ON_NODE        Stops all queues on the specified node.

    Format

      STOP/QUEUE  queue-name[:]
Additional Information: explode extract
Parameter Examples
/ABORT
/ENTRY
/MANAGER
/NEXT
/REQUEUE /RESET
/ON_NODE
Close Help