Date: Mon, 21 Dec 2009 06:38:10 -0600
Reply-To: "Data _null_;" <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Data _null_;" <iebupdte@GMAIL.COM>
Subject: Re: Is this a macro bug???
In-Reply-To: <200912210603.nBKBkkCp006581@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1
On 12/21/09, Scott Bass <sas_l_739@yahoo.com.au> wrote:
> The first version works, the 2nd and 3rd versions don't. Any ideas why
> macro parameters (even if they aren't used) cause the outer %loop macro
> variable parsing logic to fail? Could this be a bug in macro?
Don't think it is a bug. I can't explain the reason but I know who
can. You can fix it with %UNQUOTE.
%unquote(%&mname) /* do not indent macro call */
|