Path: utzoo!attcan!uunet!husc6!bloom-beacon!gatech!purdue!decwrl!ucbvax!MIS.ARIZONA.EDU!JMS From: JMS@MIS.ARIZONA.EDU ("That ain't no VAX; that's an 1840") Newsgroups: comp.os.vms Subject: RE: $ DELETE/QUEUE Message-ID: <8805240827.AA05549@ucbvax.Berkeley.EDU> Date: 21 May 88 22:34:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 25 unmvax!charon!sdowdy@ucbvax.Berkeley.EDU writes: >Does anyone know of a way to *really* delete a print queue on a spooled >device? >Up to this point the only way i can get the queue deleted is by: > 1) $ stop > 2) pid = f$getdvi(,"PID") ! get symbiont PID > 3) Stop/Id='pid' ! Kill the symbiont > 4) Delete/Queue Don't do that. Do this: 1) $ stop/que/next 2) $ delete/que You have to do a stop/que/next, not just a stop/que. I don't remember if this is a RTFM, but it's been that way as long as I can remember (for reasons which I'm sure Jerry Leichter will explain in greater detail than I care to). +----------------------------+ BITNET: jms@arizmis.BITNET |Joel M Snyder | Inter: jms@mis.arizona.edu |Univ of Arizona Dep't of MIS| Phone: 602.621.2748 ICBM: 32 13 N / 110 58 W |Tucson, AZ 85721 | Quote: "Design is everything. +----------------------------+ Implementation is trivial."