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 (April 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 5 Apr 2010 12:34:06 -0400
Reply-To:     Norman Weston <nweston@AMGEN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Norman Weston <nweston@AMGEN.COM>
Subject:      Re: Stop a SAS job while it is running

Depends on what environment you are working on.

In PC SAS, there is an ! with a circle around it. That will stop your job. In Unix, if you type 'jobs -l' you can see what jobs are running. Typing kill -9 <job ID> will stop a job running.

If you are in JCL, I can't help you. Anyone else have the answer?


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