Date: Fri, 21 Jan 2011 16:06:05 -0600
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: Question: How to add option to SAS startup?
In-Reply-To: <20110121134926.A0BB4E5A@resin17.mta.everyone.net>
Content-Type: text/plain; charset=ISO-8859-1
Try putting it in the autoexec.sas (if you have one, or create one). Either
reference the autoexec in your CONFIG or place it in the same folder as
sas.exe and it will be executed on startup. Not sure if LOGPARM qualifies
for autoexec as opposed to config (you might need to put it in the config -
one of the installation mavens might be able to help more there :)
-Joe
On Fri, Jan 21, 2011 at 3:49 PM, Mary <mlhoward@avalon.net> wrote:
> Could someone tell me how to change SAS to startup with an option? I was
> advised to do the option logparm immediate in order to solve a geocode
> problem but it does not work with the options statement in SAS; I get this:
>
>
> WARNING 11-12: SAS option LOGPARM is valid only at startup of the SAS
> System or startup of a
> SAS process. The SAS option is ignored.
>
>
> So how do I put it as a option in the startup to SAS 9.2 Display Manager
> Mode?
>
> -LOGPARM "WRITE=IMMEDIATE"
>
> -Mary
>
|