| Date: | Fri, 29 Jul 2011 12:59:52 -0400 |
| Reply-To: | Lorne Klassen <lk1@ROGERS.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Lorne Klassen <lk1@ROGERS.COM> |
| Subject: | Re: Autoexec.sas |
|---|
Go to the Properties of your SAS shortcut. In the target line (where SAS
is invoked) add this at the end:
-autoexec "c:\program files\sas\sasfoundation\9.2\autoexec.sas"
Alternatively, you could add the autoexec option to the SAS config file.
On Fri, 29 Jul 2011 11:15:54 -0400, Yusuf Mohamedshah <zulsdad@GMAIL.COM>
wrote:
>Dear Sas-Ler's
>
>I have an Autoxec.SAS file that I want to run every time I fire up SAS. I
>have created this file in root directory of SAS (where SAS.exe is) which
is
>something like this:
>
>c:\program files\sas\sasfoundation\9.2\autoexec.sas
>
>But when I start SAS it is not executing autoexec.SAS file. How do I make
>SAS run this file every time it fires up.
>
>Any help would be appreciated.
>
>Thanks
>--
>Yusuf Mohamedshah
|