LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 15 Feb 2007 16:19:20 -0500
Reply-To:     "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject:      Re: supressing warning messages on SAS logs
In-Reply-To:  <8C91F5C750A2359-15E8-24C0@webmail-da21.sysops.aol.com>
Content-Type: text/plain; charset=us-ascii

> From: meenit > but I do want to do that... > see other notes or errors, > but not warnings.

I repeat: not possible, nor desirable.

proc options define value option = msglevel;run; proc options group = logcontrol;run;

options nonotes nosource nosource2; proc print data = sashelp.class(obs=1);

%Put missing evar<%sysget(missing)>;%*warning;

proc print data = sashelp.class (obs = 1 where = (gender = 'Y'));%*error; title11 x; run;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov

By using your intelligence you can sometimes make your problems twice as complicated. -- Ashleigh Brilliant


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