Under Unix, no additional steps should be required to run SAS. If you
encounter a problem
you must verify that the directory
/usr/local/sas is in your command path via the Unix command:
echo $PATH
If not, then enter the Unix command:
set path=(/usr/local/sas $path)
Under Unix, we have seen a bug introduced in SAS version 6.10 where SAS will not access the data set under a NFS mounted file system. If this happens use the option -filelocks none with your SAS command. We are working on a permanent fix to this.
To run sas on a file named myprogram.sas you would enter the following command:
sas myprogram.sas
When running your sas program it is very important to check the log file after each run. My examining the log file you can determine if sas ran properly. If not, the log file will identify statement errors and assist you in fixing your program.
SAS Display Manager mode allows you to create, run, and view the results of your SAS program all from within SAS. If your workstation supports the X11 protocol you may find that SAS Display Manager mode is convienent; otherwise most people find batch mode to be preferable when using telnet or other terminal emulator programs. When using the X11 Display Manager sas will attempt to create at least 4 windows on your screen. When using a PC this can be complicated to manage.
UCS has a site license for the Digital eXcursions package. With this package
you can run X11 applications from a Unix server to your PC. This package can
be found on the campus Novell servers or can be loaded onto your hard disk.
It requires 8MB of RAM to run properly. With eXcursions you could use
the Display Manager mode. To use Display Manager mode enter the command:
sas -dms -fsdevice x11.motif
Author - Jack Suess
Created - 1/15/96