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?
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;
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
Maybe In your macro there are some %put statements like :
%put NOTE: xxxxxxxxx ;
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!
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.
Ready to level-up your skills? Choose your own adventure.