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

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

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