Date: Sat, 23 Jun 2007 19:08:49 -0500
Reply-To: Kevin Myers <kmyers1@CLEARWIRE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Kevin Myers <kmyers1@CLEARWIRE.NET>
Subject: Writing to a File and the Log in the Same Data Step
Content-Type: text/plain; charset="iso-8859-1"
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=n for writing to the external (binary) file, which isn't appropriate for writing to the log...
Thanks,
Kevin M.
|