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 (June 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 25 Jun 2003 16:47:38 -0400
Reply-To:     "Goldman, Brad (AT-Atlanta)" <Brad.Goldman@AUTOTRADER.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Goldman, Brad (AT-Atlanta)" <Brad.Goldman@AUTOTRADER.COM>
Subject:      Re: Macro resolution errors
Content-Type: text/plain; charset="iso-8859-1"

To answer a question sent to me privately: The %printit macro is actually part of the code, not in the autocall library. That is:

<CODE> %macro printit(param); <STUFF> %mend printit; %printit(make1); %printit(make2); <MORE CODE>

-Brad


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