LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 19 Sep 2003 11:18:45 +0200
Reply-To:   Tine Andersen <tine.andersen@POST3.TELE.DK.INVALID>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Tine Andersen <tine.andersen@POST3.TELE.DK.INVALID>
Organization:   Customer of Tiscali A/S
Subject:   Re: Macro errors

"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


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