BookmarkSubscribeRSS Feed
podarum
Quartz | Level 8

I am not able to see the lines below (In the Log) after I do a SAS pull... How can I?  Thanks

podarum_0-1637959350305.png

 

1 REPLY 1
Reeza
Super User

Verify if you have the option set for NOTES/NONOTES and also check if you have used PROC PRINTTO to redirect the log to a different location.

 

proc options option=notes;
run;
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         proc options option=notes;
 70         run;
 
     SAS (r) Proprietary Software Release 9.4  TS1M6
 
  NOTES             SAS writes notes to the SAS log.

@podarum wrote:

I am not able to see the lines below (In the Log) after I do a SAS pull... How can I?  Thanks

podarum_0-1637959350305.png

 


 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 1 reply
  • 594 views
  • 0 likes
  • 2 in conversation