Date: Fri, 5 Aug 2005 11:32:40 -0700
Reply-To: "data _null_;" <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_;" <datanull@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: reading LOG file of the currently running program
In-Reply-To: <1123266099.528945.144910@o13g2000cwo.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
Ok I get it now, maybe. Why modify anything just write a program to
read the logs. You could even have it read all the logs in a directory
filename logs '*.log';
that combined with the FILENAME INFILE option to get the name of each
file as you read it, and summarize all of the logs in one report.
On another note: you could actually start PRINTTO in an AUTOEXEC.SAS or
through INITSTMT system option, without modifing the programs.
|