/sys$common/syshlp/helplib.hlb TCPIP Services, LPR_LPD, Removing Print Jobs, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The following examples show how you can use the LPRM command. 1. This example deletes one job from print queue BASE_Q. $ LPRM BASE_Q /ENTRY=7 2. This example deletes jobs 555, 556, and 558 from queue BASE_Q. $ LPRM BASE_Q /ENTRY=(555,556,558) 3. In this example, the system manager, who has the required privileges, deletes all jobs from queue MAIN_QUE. $ LPRM /ALL MAIN_QUE
|