- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-13-2010 11:25 PM
(33119 views)
Hi!
I would just like to ask if there is an option in SAS to suppress the WARNING messages in the LOG?
Thanks
I would just like to ask if there is an option in SAS to suppress the WARNING messages in the LOG?
Thanks
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
In short, no. See
http://support.sas.com/kb/24/487.html
http://support.sas.com/kb/24/487.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Not the answer that I am hoping for, but I guess I cannot do anything about it. Anyway, thanks a lot! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Share with us some of the SAS log warning messages you want to suppress, along with the related SAS code that causes them. It may be possible to "treat the problem rather than the symptom" in this situation.
Scott Barry
SBBWorks, Inc.
Scott Barry
SBBWorks, Inc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
hi sbb!
my problem was because of some unresolved macro variables in the program. the code was building an xml to update the metadata. anyway, there are macro variables that were not yet replaced by the real-values until the file it's creating is complete. in short, the unresolved parameter in the warning message is an expected behavior.
from the sas note above, i just used the NOSERROR which is just what I need. it did not display the warning messages anymore 😄
thanks
my problem was because of some unresolved macro variables in the program. the code was building an xml to update the metadata. anyway, there are macro variables that were not yet replaced by the real-values until the file it's creating is complete. in short, the unresolved parameter in the warning message is an expected behavior.
from the sas note above, i just used the NOSERROR which is just what I need. it did not display the warning messages anymore 😄
thanks