|
Friday, May 22, 2009
Undelete a PDS member
Monday, May 4, 2009
Different Methods to Specify SAS Config File
-work '/production/global/sas_working_directory' ;
|
/home/alvin/config.sas |
-work '/my_large_filesystem/sas_working_directory' ; |
-sortsize 32M |
Also, when upgrading from SAS version-6 to version-8, the name of the config file is changed from config.sas to sasv8.cfg. All user's config file under $HOME directory will be affected. Similarly when upgrading from version-8 to version-9.
export SASV8_OPTIONS='-config /company/department/common/sasv8.cfg'
sas my_program.sas |
export SASV8_CONFIG=/company/department/common/sasv8.cfg
sas my_program.sas |
These environmental variables can be specified in a common profile file. All team members has to call this departmental common profile file to make it effective for the login sessoin.
export MYSASCONFIGFILE=/project/dvt/sasv8.cfg
sas -config $MYSASCONFIGFILE my_program.sas |
export MYSASCONFIGFILE=/project/syt/sasv8.cfg
sas -config $MYSASCONFIGFILE my_program.sas |
export MYSASCONFIGFILE=/project/uat/sasv8.cfg
sas -config $MYSASCONFIGFILE my_program.sas |
By the way, since SAS version-8 and versoin-9 has some more complicated ways to specify the config file please refer here for the details for version-8 and this for version-9.
In short, before using SAS for any project, the first thing is to define the way of using the config file. It is better to use a systematic approach, rather than an ad-hoc way (e.g. the $HOME config file method).
Duplicate Open Current Folder in a New Window
Sometimes after I opened a folder in Win7, I would like to duplicate open the same folder again in another explorer window. Then, I can ope...
-
For SAS version 6.12 in unix, files with extension ssv01 are SAS views. For SAS version 8 and 9, the file extension is changed to sas7bvew...
-
Sometimes when watching videos using VLC 1.0.1 with subtitle srt file, there are squares instead of readable characters in the substitle. U...
-
Here is a table of 2 to the power : Power Of 2 Decimal Values ---------- ------------------------------------------------ ...