BookmarkSubscribeRSS Feed
Filipvdr
Pyrite | Level 9

I'm comparing SAS Logs.

I have 2 questions:


1: While using proc printto, is it possible to keep the log for viewing? (so if error i can rerun, else the outputted log is ok).

2: For having a clean log (without the number in front), what can you use?  I'm using a program to compare both output but it points out every row as the number in front is always different..


THanks!



3 REPLIES 3
PaigeMiller
Diamond | Level 26

Answer to #1

proc printto log="filename.log" new; run;

Answer to #2

I don't know if this is possible, I hope someone else knows.

--
Paige Miller
Filipvdr
Pyrite | Level 9

#1 i want to save it in a .log file but still view it in my log window in sas

PaigeMiller
Diamond | Level 26

Oh, that wasn't clear from your original statement.

I don't think you can use PROC PRINTTO and still have the log appear in the log window. You can, however, open the .log file into the enhanced editor or program editor.

--
Paige Miller

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