BookmarkSubscribeRSS Feed
prad001
Obsidian | Level 7

I am running SAS code via Enterprise Guide and trying to save the log onto a local drive and at the same time print the log.

"PRINTTO" procedure only saves the log but does not print.. Is there any option to do both?

 

Thanks.. 

2 REPLIES 2
Kurt_Bremser
Super User

PRINTTO redirects the log stream. There is only one stream for the log text, so printing needs to be done from the file later on.

If EG connects to a server, the resulting file will be stored on the server, not on your desktop drive.

The log window in EG can be stored on your desktop and printed, but not with code statements.

s_lassen
Meteorite | Level 14

You can use the ALTLOG option to do this. This specifies the the destination for a copy of the log. It has to be set at SAS invocation (in the config file, or in the command used to start SAS), and will be in effect for the whole session.

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
  • 249 views
  • 2 likes
  • 3 in conversation