#!/bin/sh # For executing SAS, and running it in the proper manner for ESS # (feeding output back into appropriate ESS buffers). echo $0 $@ sas $5 2>$6 $1 $2 $3 $4