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?
|