Date: Thu, 9 Nov 2000 18:26:22 +0000
Reply-To: roland.rashleigh-berry@virgin.net
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Roland <roland.rashleigh-berry@VIRGIN.NET>
Organization: N/A
Subject: Re: passing macro value having comma in between
Content-Type: text/plain; charset=us-ascii
FSTRF User wrote:
>
> Dear everybody,
> How to pass a macro value with comma(that is ',') in it.
> thanks!
> -yang
%str(vara,varb)
If that fails then try %qstr(), %bquote(), %nrstr() and anything else
you find in the macro manual. You'll get there in the end.
Roland
|