>
=========================================================================
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).
|