=========================================================================
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,
|