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 (July 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: sas-l@uga.edu
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


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