BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Alchemy1ndex
Fluorite | Level 6

Hi all,

 

So I have been running into this issue from time to time and I was wondering if anyone has experienced this.

Throughout my day I run a lot of SAS code and randomly (at least at this point I do not know what is causing it) the SAS log will stop showing the Blue notes, (e.g. after a print statement, it tells you how many observations and variables you have).

Below you can see an example of what I am talking about. It may look like my editor, but that is actually the SAS log.

 

Thank you.

 

SASlogerror.png

1 ACCEPTED SOLUTION

Accepted Solutions
FreelanceReinh
Jade | Level 19

Does this help?

options notes;

(Just in case that options nonotes; has been submitted somewhere.)

View solution in original post

5 REPLIES 5
ballardw
Super User

If you have the command box available:

 

1) Click in the log to make that the active window

2) type: color note blue

3) hit the enter key.

 

to reset the color of notes back to blue.

4) type  wsave

to store the information in your SAS profile.

Alchemy1ndex
Fluorite | Level 6
I just tried this and it did not work 😞
ballardw
Super User

Describe your environment: Is this SAS Studio, Enterprise Guide or Display Manger (sometimes "Base SAS")?

Version? (This has worked since about SAS 6.8 to 9.4.4 for the display manager).

Operating system?

FreelanceReinh
Jade | Level 19

Does this help?

options notes;

(Just in case that options nonotes; has been submitted somewhere.)

Tom
Super User Tom
Super User

Looks like SAS is not actually running the code.  You either have an un-closed quote, parentheses or macro definition.

If you can't figure it out just exit and restart SAS (or if using SAS/studio or EG start a new SAS session).

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

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