Date: Tue, 29 Oct 2002 08:08:38 -0500
Reply-To: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject: Re: SAS/LE on Windows
Content-Type: text/plain
From: roland.rashleigh-berry [mailto:roland.rashleigh-berry@NTLWORLD.COM]
>I've just installed SAS/LE on my PC running Windows 98.
>I prefer to do all my work in batch mode.
>How do I get sas/le to start up as a command and pass it a program name to
run?
-sysin is the parameter you want
in this example dr0driver.sas is a program in SASinitialFolder
-nosplash turns off the SAS logo while loading
-sysparm can be used to pass a parameter to the program
-config is necessary only if you have made changes to your configuration
-altlog <filespec> and
-altprint <filespec>
are used if you want to save copies of your logs and listings
to see your system configurations use
-verbose
which is not recommended for regular usage
all this goes on one line w/out CR/LF.
"C:\Program Files\SAS Institute\SAS\V8\sas.exe"
-altlog u:\dls\SAS\altlog\rjf20001.log
-config u:\dls\SAS\SASsite.cfg
-SASinitialFolder u:\dls\MPEP\HIV1\p2002_07\pgm
-sysin dr0driver
-nosplash
-sysparm SYSparmValue
-verbose
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
OpSys: Win_Pro Ver: 8.2
"Nothing is particularly hard
if you divide it into small jobs."
- Henry Ford, Industrialist