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 (November 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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