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 ;

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1908 views
  • 0 likes
  • 3 in conversation