|
"Yanal" <fake@byu.edu> skrev i en meddelelse
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
try with
options mprint;
or with
options mprint sgen;
Tine
|