Running SAS jobs in batch mode under UNIX systems.
Batch jobs on RS/6000
CPU intensive (jobs requiring more than 20 cpu minutes) SAS jobs must be submitted to IBM AIX LoadLeveler.
Given below is an example of a script file for submitting SAS batch jobs to IBM AIX LoadLeveler. Type the following lines verbatim, but changing all the parameters you see in single quotes with your own parameters without the single quotes. Suppose you name the script file sasjob.
#@ initialdir=/'dirname'
#@ error='errorfile'
#@ class=stat
#@ queue
sas 'inputfile'
Once the script file, sasjob, is saved in to your directory, to submit the job, type:
llsubmit sasjob
For more information on LoadLeveler jobs, at the system prompt, type:
llhelp



