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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 396 views
  • 0 likes
  • 2 in conversation