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
|