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

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

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