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 (June 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 23 Jun 2007 21:11:45 -0700
Reply-To:   -bwg <barry.grau@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   -bwg <barry.grau@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Writing to a File and the Log in the Same Data Step
Comments:   To: sas-l@uga.edu
In-Reply-To:   <029a01c7b5f3$d9ff3510$9f0ad9a6@gateway>
Content-Type:   text/plain; charset="us-ascii"

V9 has a PUTLOG statement for just such purposes.

-bwg

Kevin Myers wrote: > I seem to be feeling rather dense this afternoon... > > In a single data step, I want to write output to both an external file = > and to the SAS system log. Is there any way of doing this *without* = > using a file statement with the filevar option? > > I also need to use recfm=3Dn for writing to the external (binary) file, = > which isn't appropriate for writing to the log... > > Thanks, > Kevin M.


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