BookmarkSubscribeRSS Feed
jfarris
Calcite | Level 5

I'm using SAS Enterprise Guide 7.1 as a client to connect to a server running SAS 9.4 32-bit server. I'm running a macro in a compiled catalog using Enterprise Guide. In the macro I've specified OPTIONS NONOTES, and yet when I run the macro in SAS EG notes are generated in the SAS log. Is there some option within SAS EG that overrides the OPTIONS NONOTES in the macro?

3 REPLIES 3
Ksharp
Super User

1) Did you try options:

options nosource nosource2 ;

2) If you really don't want see any of these , Close all the destination .

 

ODS _ALL_ CLOSE;

 

ODS listing;

TomKari
Onyx | Level 15

This sounds extremely odd. I've never noticed the EG "sandwich" influencing NOTES or NONOTES.

 

In the interests of narrowing things down:

 

1. What happens if you run your software locally in Base SAS?

 

2. Would it be possible for you to create a new, very small, macro that kind-of emulates your environment, including specifying OPTIONS NONOTES. Make it something you can post, so others can try it and see if they experience the same behaviour.

 

Tom

Ksharp
Super User

Maybe In your macro there are some %put statements like :

%put NOTE: xxxxxxxxx ;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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