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 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 12 Dec 2002 06:05:02 -0800
Reply-To:     Helen <sunchunkui@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Helen <sunchunkui@HOTMAIL.COM>
Organization: http://groups.google.com/
Subject:      Re: Macro inside a macro
Content-Type: text/plain; charset=ISO-8859-1

I don't think it will work. Perhaps you will get a warning: QUESTIONABLE_VAR not resolved. I had the same problem once. I won't use call symput in macro any more if there is "run;" or other data step or proc boundary in the same macro. I think the reason is : during the compile time, macro compiler don't recognize the macro variable QUESTIONABLE_VAR since it is not generated until execute time.


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