| Date: | Sat, 21 Apr 2001 09:07:13 +0200 |
| Reply-To: | Niels Stout <n.stout@HETNET.NL> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Niels Stout <n.stout@HETNET.NL> |
| Subject: | Re: import on unix |
|---|
Hi Pamela,
At my work i also use sas (v8.1) on hpux (v11) using a telnet session. If
you don't have a graphic environment (e.g. reflection x) then run sas in
batch mode. If you put myfile.sas, myconfig.cfg, my autoexec.sas in your
home directory (~) the following should work:
nohup <path to your sas executable>/sas ~/myfile.sas -dmsbatch -config
~/myconfig.cfg -autoexec ~/myautoexec.sas -log ~/mylog.log
Niels
|