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 (September 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Sep 2002 08:13:54 -0700
Reply-To:     Steve Eichblatt <eichblat@US.IBM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Steve Eichblatt <eichblat@US.IBM.COM>
Subject:      Re: add single quotes to a macro variable
Content-type: text/plain; charset=us-ascii

Hi Lily,

Here's how i have put single quotes around a macro variable.

call symput('today',"'"||today||"'"); * Add '' an put in macro var;

Steve Eichblatt eichblat@us.ibm.com (408) 256-4534


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