Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!pasteur!ucbvax!LBL.GOV!info-vax-request%kl.sri.COM%KL.SRI.COM%lbl%sfsu1.hepnet From: info-vax-request%kl.sri.COM%KL.SRI.COM%lbl%sfsu1.hepnet@LBL.GOV Newsgroups: comp.os.vms Subject: Re: $ Delete/Queue ; help needed Message-ID: <880527151859.23e02f24@LBL.Gov> Date: 27 May 88 22:18:59 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 38 Received: from KL.SRI.COM by LBL.Gov with INTERNET ; Fri, 27 May 88 15:17:11 PDT Received: from ucbvax.Berkeley.EDU by KL.SRI.COM with TCP; Thu 26 May 88 02:36:17-PDT Received: by ucbvax.Berkeley.EDU (5.59/1.28) id AA14760; Wed, 25 May 88 19:54:27 PDT Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 24 May 88 09:23:14 GMT From: munnari!otc!metro!basser!usage!csdgwy!craig@uunet.uu.net Organization: University of New South Wales Subject: Re: $ Delete/Queue ; help needed Message-Id: <403@csdgwy.csd.unsw.oz> References: <3107@charon.unm.edu> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com In article <3107@charon.unm.edu>, sdowdy@charon.unm.edu (Stephen Dowdy) 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 The way to stop the symbiont is: $ STOP/NEXT There should be no need to actually delete the queue if you simply wish to modify parameters on the spooled device (SET TERM). However if the device has been spooled, you will have to $ SET DEVICE/NOSPOOL before you can do a SET TERM (remembering to set it back to spooled after altering the terminal characteristics). Craig McGregor