Date: Thu, 18 Jan 2007 08:41:02 -0500
Reply-To: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject: Re: autoexec log in Enterprise Guide
Content-Type: text/plain; charset="US-ASCII"
> From: Athena Ulaval
> I'd like to know if it's possible to have a look at the log
> when the autoexec files are done executing?
examine the option echoauto:
proc options define value option = echoauto;run;
this option expands the statements in the autoexec.
it is like source2 for %include files
this is a command-line-only option
so it has to go in your invocation:
sas <MyProgram> -echoauto
or in a sasv9.cfg file:
-echoauto
Ron Fehd the cmd-ln options maven CDC Atlanta GA USA RJF2 at cdc dot
gov