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 (January 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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