prashant
09-18-2008, 12:29 AM
does anyone know any trick to get rid of warning messages in log
thank you
prashant
thank you
prashant
|
View Full Version : warning prashant 09-18-2008, 12:29 AM does anyone know any trick to get rid of warning messages in log thank you prashant vinux 09-18-2008, 02:59 AM Make sure you write a good sas code( no syntax error, no missing parameters) If you wanted to suppress the existing WARNING message, then I guess there is an option. OPTIONS NOTES ; see the link below. http://www.caspur.it/risorse/softappl/doc/sas_docs/lgref/z0279162.htm prashant 09-18-2008, 06:23 PM hi, thankx for the reply. No notes does suppress warnings in the log. I do understanding that good code is about not having notes and warning but sometimes its hard to overcome them. In specific, i am working with sas/graph (i hate with passion) where i have created a graph. The graph is outputting a sum values within bar (stacked bar chart). In few cases the the stack is too small for values (i don't have control over them) to be shown. Controlled using option inside = sum within proc gchart Any help????or alternative to show the values |