| 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
|