LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 21 Jul 2011 09:06:55 +0200
Reply-To:     John Hendrickx <john2.hendrickx@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         John Hendrickx <john2.hendrickx@GMAIL.COM>
Subject:      Re: Forcing "[variable] is uninitialized" to show up as an error
In-Reply-To:  <CAHj_gPcrCpwQin0G7GLyVv48SJsHFqtnhqx-m2FoXB-Q6KwCUQ@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Another approach could be to use a log analyzer to look for specific notes as well as errors and warnings. I wrote one for the PSPad editor that uses jscript and regular expression searches. This could be adapted to search for "^NOTICE".

http://www.pspad.com/files/pspad/rozsireni/235-SAS%20utils.zip

Good luck, John Hendrickx

2011/7/19 Mary Rosenbloom <mary.rosenbloom.sas@gmail.com>

> A couple of years ago I tried offering an official suggestion to SAS at SGF > using one of their official forms. I have not gotten any response. What I > was asking for was the ability to (using a PUT statement) create my own key > word or words, and assign them their own color in the log. So, WARNING is > green, ERROR is red, and I wanted my term -- NOTICE, for example -- to > always show up in some other color, like orange or purple or something. > This would be a cool thing to add to the capabilities of the SAS log, and I > can't imagine that it would be any more difficult that the color coding > that > is already there. > > Just had to mention this. Would love to hear any feedback that anyone has. > > Cheers, > Mary R. >


Back to: Top of message | Previous page | Main SAS-L page