LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 20 Dec 2001 07:55:28 -0500
Reply-To:     clmakinson@GOODYEAR.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         clmakinson@GOODYEAR.COM
Subject:      Re: How to kill Batch Processes in NT?
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-type: text/plain; charset=us-ascii

If there is only one SAS process running then you can use the KILL.EXE command found in the NT Resource Kit and run KILL SAS.EXE. If there is more than one SAS process running then you might be able to parse the log generated by PULIST.EXE, also found the tool kit, to locate the unique process ID and then Kill that.

*********************************************************** Contains confidential and/or proprietary information. May not be copied or disseminated without express consent of The Goodyear Tire & Rubber Company. ***********************************************************


Back to: Top of message | Previous page | Main SAS-L page