BookmarkSubscribeRSS Feed
dataMart87
Quartz | Level 8

Is there a way to route the SAS log to both the log window and a text file via proc printto?

6 REPLIES 6
Quentin
Super User

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.

Jagadishkatam
Amethyst | Level 16

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

Thanks,
Jag
Quentin
Super User

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;";

jakarman
Barite | Level 11

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.


---->-- ja karman --<-----
dataMart87
Quartz | Level 8

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.

jakarman
Barite | Level 11

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.

---->-- ja karman --<-----

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 2296 views
  • 6 likes
  • 4 in conversation