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 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
>
=========================================================================
Date:         Wed, 19 Feb 2003 19:23:57 +0800
Reply-To:     conjecture <christopher@WEBMININGPRO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         conjecture <christopher@WEBMININGPRO.COM>
Organization: IMS Netvigator
Subject:      Re: Is it possible to resolve a macro variable within single quot
              e?
Content-Type: text/plain; charset=us-ascii

What I mean is resolving a macro variable inside the single quotes.

%let a=example; '%something(a)' becomes 'example'.

On 19 Feb 03 10:24:31 GMT, J.Groeneveld@ITGROUPS.COM (Jim Groeneveld) wrote:

>Of course, just knowing how: >%LET A = %STR(%'example%'); >Then A will contain 'example' (incl. the quotes).


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