MAILHELP.HLB  —  SET-SHOW  QUEUE
    The SET QUEUE command sets the default print queue field in the
    user profile. When you enter the PRINT command, your job is sent
    to the print queue you have defined with the SET QUEUE command.
    See your system manager for the print queues available on your
    system. The queue is changed only for printing done within the
    Mail utility. SET NOQUEUE clears the previously defined print
    queue and sets the queue to SYS$PRINT, the default print queue.

    The SHOW QUEUE command shows your default print queue.

    Format

      SET QUEUE  queue-name

      SET NOQUEUE

      SHOW QUEUE

1  –  Parameter

 queue-name

    Indicates the name of the default queue to be used.

2  –  Examples

    1.MAIL> SHOW QUEUE
      Your default print queue is SYS$PRINT
      MAIL> SET QUEUE LMNO$PRINT
      Your default print queue is LMNO$PRINT.
      MAIL> 4
      MAIL> PRINT
      MAIL> exit
      Job MAIL (queue LMNO$PRINT, entry 22) started on LMNO$PRINT

      MAIL> SET NOQUEUE
      Your default print queue is SYS$PRINT.

      This example shows how to set your default print queue to
      LMNO$PRINT and send a message to the new default queue. The
      SET NOQUEUE command clears the previously defined queue and
      sets the queue to SYS$PRINT, the default.
Close Help