|
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".
|