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 (August 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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