Date: Wed, 22 Jul 2009 19:44:03 -0700
Reply-To: Pobel <pobelgollum@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Pobel <pobelgollum@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Why is this macro variable GLOBAL/LOCAL?
Content-Type: text/plain; charset=ISO-8859-1
> Take a look at
>
> http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/defau...
>
> I think the issue is a result of no local symbol table for your macro
> Untested hypothesis
>
> If you put a dummy argument in your macro, then sqlvar will be local
> ie
>
> %macro region(dummy);
>
> %mend region;- Hide quoted text -
>
> - Show quoted text -
Thank you very much! xlr82sas
|