Next:
Relocating your work directory
Up:
SAS on Unix
Previous:
Transferring files from DOS:
Locating your work directory
To tell where your work directory is, run the following code in any SAS file:
proc options option=work; run;
This prints your work directory to the log file. On Unix on WRDS, the work directory will have a name that looks like
/sastemp7/SAS_workCB0F00002C49_wrds.wharton.upenn.edu.
Andre de Souza 2012-11-19