BookmarkSubscribeRSS Feed
hayoubi
Calcite | Level 5

Hi,

Is there a way to save by programming a SAS Studio log after run?

I am thinking about some kind of work around that simulate SAS DM statement.

Thanks,

Hassan

2 REPLIES 2
PeterClemmensen
Tourmaline | Level 20

There are several ways to do something like this. You can use the ALTLOG System Option in the .cgf file at startyp or you can use PROC PRINTTO to route the log to some external file. 

 

 

hayoubi
Calcite | Level 5

Thanks for your answer, But:

- I cannot use ALTLOG because I do not have administrative access and I am programming in controlled SAS grid env.

- Concerning PROC PRINTTO, it is not suitable for my case because I am migrating some codes where the run must be interactive (the user need to see the log and in the same time the log get saved and processed in the same run. I use to do this in SAS PC local using statement like DM log 'file "mylogfilePath"  replace ' log;

Hassan

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 728 views
  • 0 likes
  • 2 in conversation