|
VMS Help STOP, /QUEUE, Examples *Conan The Librarian |
1.$ STOP/QUEUE LPA0
The STOP/QUEUE command in this example suspends the current
print job in the queue LPA0 and places that queue in the paused
state.
2.$ STOP/QUEUE JADE_PRINT
$ START/QUEUE/TOP_OF_FILE JADE_PRINT
The STOP/QUEUE command in this example suspends the job that
is currently printing on the printer queue JADE_PRINT and
places that queue in the paused state. The START/QUEUE command
releases the queue from the paused state. The /TOP_OF_FILE
qualifier causes the job that was suspended to resume printing
at the beginning of the file rather than at where it was
interrupted.
|
|