老师她摸我 发表于 2012-12-18 16:00 
关于SAS逻辑库的疑问
https://bbs.pinggu.org/forum.php?mod=viewthread&tid=851331&from^^uid=1825002
There are couple ways doing it.
1) find SAS config file which defines many features about the SAS session.The file sasv9.cfg. It is usually under,
C:\Program Files\SASHome\x86\SASFoundation\9.3\nls\en\sasv9.cfg
Otherwise using proc options; run; to locate where it is.
Change
-WORK "!TEMP\SAS Temporary Files"
into any location you like.
2) click window start bottom.
in the command window, enter
sas -work c:\temp
The sas session will launch with c:\temp as working library. But make sure the folder c:\temp exists.