Is there a way to route the SAS log to both the log window and a text file via proc printto?
Don't think there is a way for PRINTTO to send the log to two places at the same time.
But, you could use -altlog to send the log to a file, and then use proc printto to turn writing log messages to the log windows on and off.
Unfortunately, -altlog can only be set at SAS invocation. I really wish it could be turned on and off during a session.
HTH,
--Q.
i tried but i am unable to direct the log information to both the log and to an external file. it is either log or external file, but not both. Me too have a doubt on the same
Thanks,
Jag
If you are using PC SAS, you could also just leave the log going to the log window, then use DM commands to copy the log window to a file.
Something like:
dm "log; file ""c:\junk\mylog.log"" replace;";
You cannot duplicate the sas-log using proc printto. Hmm the same question everytime coming back.
My guess is there are business policies getting enforced as result of regulations. There must be en evidence who has done what when how. This is a SIEM question.
The external text file serves at least two purposes. One is, yes, it is for regulatory and tracking. Second is technical. It's relatively easy to mine a text file. Thanks for the responses.
Thanks for your confirmation on the intended goal of regulatory and tracking. You could have won a battle for going with printto.
I am convinced, with some reasons, you have lost the war by that.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.