Date: Fri, 19 Sep 2003 08:30:13 +0100
Reply-To: Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Organization: Universe Monitors
Subject: Re: Macro errors
Use the macrogen option so that you can see the lines of macro code.
"Yanal" <fake@byu.edu> wrote in message
news:UDxab.474$Oy2.63@newssvr29.news.prodigy.com...
> Hi,
> I have a program that calls a macro.
>
> The macro has a lot of divisions. I tried to use a condition to stop it
> from dividing if he denominator is a zero, but i think that I missed one.
>
> when running the program, the log shows an error saying that a division
> with a zero in the denomi happend. and gives a line and colums numbers.
>
> But the line and colums numbers do not correspond to a correct place in
> the location in either the program or the macro.
>
> How can I make use of the information in the log file regarding where in
> the macro did the division by zero happen?
>
> thanks
>
|