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 (December 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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???
Comments: To: Scott Bass <sas_l_739@yahoo.com.au>
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 */


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