|
VMS Help DELETE, /QUEUE, Example *Conan The Librarian |
$ INITIALIZE/QUEUE/DEFAULT=FLAG/START/ON=LPA0 LPA0_QUEUE
.
.
.
$ STOP/QUEUE/NEXT LPA0_QUEUE
$ DELETE/QUEUE LPA0_QUEUE
In this example, the first command initializes and starts the
printer queue LPA0_QUEUE. The STOP/QUEUE/NEXT command stops the
queue. The DELETE/QUEUE command deletes the queue.
|
|