VMS Help  —  TCPIP Services, LPR_LPD, Removing Print Jobs
    To remove your jobs from a remote print queue, use the LPRM
    command. The LPRM command lets you remove the following:

    o  All of your active jobs

    o  All jobs, if you have the required privileges

    o  Selected jobs

1  –  Examples

    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
Close Help