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 (February 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 11 Feb 2010 21:22:03 -0800
Reply-To:     shiva <shiva.saidala@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         shiva <shiva.saidala@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: macro quoting problem
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Is this what u want...

Try this..

options symbolgen macrogen; %let i = 108; %let nyse_&i = test; %let text=&&nyse_&i; %put &&nyse_&i; %put &text;

Thanks, shiva


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