BookmarkSubscribeRSS Feed
cjohnson
Obsidian | Level 7
A lot of code that I run displays data in the log, but the log doesn't display automatically. Is there a way to programmatically open the log? For example, after I use a put to write to the log, I would like it to open without having to look through the list of programs and find the appropriate log.

Also, when you run code to generate multiple datasets, only the last one opens. Can I tell each dataset programmatically to open/display?

Thanks,
Chris
Christopher Johnson
www.codeitmagazine.com
3 REPLIES 3
RMP
SAS Employee RMP
SAS Employee
What you are looking for is unfortunately not possible. The log is only displayed automatically when an error occurs in the code.

maybe in 4.3?

http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#egwhatsnew43.htm
Peter_C
Rhodochrosite | Level 12

For my own consumption I always have LOG open automatically with code always submitted before and after the code node - in the boxes available in options for sas programs. I use this code

%put ERROR- &egservername %sysfunc( datetime(), datetime22.2) ;

It highlights the server name and timestamp in red

sas_lak
Quartz | Level 8

Hi,

I am not sure it may be happen some times,

If we are using the procedure like

Proc Printto log="xxxxxxx\log.txt";

run;

automatically log information stored into output file not in log window.

better to stop log into outfiles.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 3 replies
  • 950 views
  • 0 likes
  • 4 in conversation