The following examples show how you can use the LPRM command. 1. This command deletes job 7 from print queue BASE_Q. $ LPRM BASE_Q /ENTRY=7 2. This command 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