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

 


 

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 371 views
  • 0 likes
  • 2 in conversation