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 (August 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 9 Aug 2008 01:52:56 -0700
Reply-To:   RolandRB <rolandberry@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   RolandRB <rolandberry@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: How to Exit from SAS using program code
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

On Aug 8, 8:23 pm, chang_y_ch...@HOTMAIL.COM (Chang Chung) wrote: > On Fri, 8 Aug 2008 13:10:02 -0400, Chang Chung <chang_y_ch...@HOTMAIL.COM> > wrote: > > >On Fri, 8 Aug 2008 10:00:55 -0400, Charles Chambers <a...@CDC.GOV> wrote: > > >>I know this answer is probably in SAS-L somewhere, but I can' find it. How > >>would you Exit from SAS in Microsoft Windows, like choosing File then Exit > >>from the menu, using a command in the SAS program code? > > >endsas; or abort abend (or abort return); > > wait! there is at least one more: > dm 'bye'; > > cheers, > chang

Or "by" if you're too lazy to type "bye".


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