LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page