|
VMS Help SUBMIT, Qualifiers, /PRINTER *Conan The Librarian |
/PRINTER[=queue-name](default)
/NOPRINTER
Queues the job log file for printing when your job is completed.
The /PRINTER qualifier allows you to specify a particular print
queue; the default print queue is SYS$PRINT. If you specify the
/NOPRINTER qualifier, the /KEEP qualifier is assumed.
When batch and output queues are managed by the same queue
manager, the queue manager checks to ensure that the queue
specified on the SUBMIT/PRINTER command is an output queue and
that the user has access to the output queue. These checks are
not made if the batch queue specified by the SUBMIT command and
the output queue specified by the /PRINTER qualifier are managed
by different queue managers.
If you explicitly specify an output queue for the log file when
submitting a batch job, be sure the queue you specify with the
/PRINTER qualifier is an output queue and not a batch queue.
Also, be sure that you have access to the output queue.
|
|