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 (July 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
=========================================================================
Date:         Thu, 18 Jul 2002 14:04:38 -0400
Reply-To:     Jim <jlinck@UGA.EDU.NOSPAM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jim <jlinck@UGA.EDU.NOSPAM>
Organization: University of Georgia
Subject:      Division by Zero/Missing Value Errors

I often have a great deal of division by missing value/zero errors in my SAS log. Since I often search my log for the word "error" while I am debugging programs, this is a pain. What I end up doing is writing lots of if statements (if denominator=0, then don't do the calc), etc. I was wondering if there is an option to turn of this specific type of error from reporting within SAS. Thanks,


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