BookmarkSubscribeRSS Feed
csetzkorn
Lapis Lazuli | Level 10

Hi there,

 

My log is big mainly due to INFO entries like this:

 

INFO: Engine's fast-append process in use.

 

Is there a way to suppress them? I am using this at the moment:

 

 

options nonotes nosource nosource2 errors=10;

ods graphics off;

Thanks!

4 REPLIES 4
RW9
Diamond | Level 26 RW9
Diamond | Level 26

You could try adding:

options msglevel=n;
csetzkorn
Lapis Lazuli | Level 10
thanks. if n=0 does that mean there is no INFO?
PeterClemmensen
Tourmaline | Level 20

The MSGLEVEL= System Option documentation says that:

 

"N: specifies to print notes, warnings, CEDA message, and error messages only."

csetzkorn
Lapis Lazuli | Level 10
Thanks makes sense. Should have googled it first ...

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 4 replies
  • 2793 views
  • 1 like
  • 3 in conversation