Date: Tue, 5 Nov 2002 22:39:19 -0800
Reply-To: Gregor <gregor.gorjanc@BFRO.UNI-LJ.SI>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gregor <gregor.gorjanc@BFRO.UNI-LJ.SI>
Organization: http://groups.google.com/
Subject: Macro and autoexec path
Content-Type: text/plain; charset=ISO-8859-1
Hello!
I'am using some macros very often. Therefore I have put %include statments
in autoexec.sas. Well it's quite anoying to add every single macro in this
file. Is it possible to source the whole directory instead of single macros.
I have one more problem. I'am using win2000 and as I mentioned before I use
autoexec.sas. for global settings. The problem lies that SAS sources this file
only if it is located in Program Files\SAS Institute\SAS\V8 directory. When
another user logs on the computer gets the same settings.
- Is it possible to run different autoexec.sas for different users?
- Can autoexec.sas be located in any other directory?
Please help