|
> From: Steve Albert [mailto:SAlbert@AOL.COM]
> I've been unable to locate any documentation for the setting
> of MYSASFILES in SAS's config file (8.2 under Win2000).
> Can anyone point me in the right direction?
- - - SASV8.CFG - - -
...
/* Setup the MYSASFILES system variable */
-SET MYSASFILES "?CSIDL_PERSONAL\My SAS Files\V8"
-SET SASFOLDER "C:\Program Files\SAS Institute\SAS\V8"
further down we see:
/* location of help in OS help format */
-HELPLOC ("!MYSASFILES\classdoc" "!sasroot\core\help")
As you can see, MYSASFILES is a directory,
which is used to -SET other subdirectories.
If you have having any trouble at all figuring out where
?CSIDL_PERSONAL\
is
then you can use the value for SASFOLDER
-SET MYSASFILES "C:\Program Files\SAS Institute\SAS\V8"
-SET SASFOLDER "C:\Program Files\SAS Institute\SAS\V8"
I'm sure I will get nailed,
or my nose tickled by a LittleBirdie
if I'm incorrect on this.
Ron Fehd the config maven CDC Atlanta GA USA RJF2@cdc.gov
OpSys: Win_Pro Ver: 8.2
If you think I know what I'm doing
it's probably because you know even less about it.
-- Pot-Shots by Ashleigh Brilliant
|