Previous | Contents | Index |
Specify the default print queue.
Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.
SET QUEUE queue-name
SET NOQUEUE
SHOW QUEUE
Qualifiers Defaults /ALL /NOALL /LOG /NOLOG /UIC="[g,m]" None /USER=username None
queue-name
Required parameter specifying the name of a printer queue to use for printing mail messages.
The
SET QUEUE
command specifies the "default" print queue to submit print jobs to. This default queue will only be selected when the/QUEUE
qualifier.If you do not select a print queue, or have issued the command
SET NOQUEUE
, printed messages will be queued to SYS$PRINT. Again, this may be overridden with the/QUEUE
qualifier of theContact your system manager or use the DCL command
SHOW QUEUE
to determine the print queues which you may use to print mail messages.
In the following example, the
SET QUEUE
command is used to select the printer queuePS_PRT
as the default printer queue.
EMAIL> SET QUEUE PS_PRT EMAIL> PRINT EMAIL> PRINT/NOW Job MAIL_01GV3OSEH9QQ8WW845_PRINT (queue PS_PRT, entry 800) started on PS_PRT EMAIL>
Previous | Next | Contents | Index |