Date: Wed, 2 Aug 2006 13:37:09 -0400
Reply-To: Talbot Michael Katz <topkatz@MSN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Talbot Michael Katz <topkatz@MSN.COM>
Subject: Re: I am too darn stupid to ever figure out macro quoting
From SAS Tech Support:
This was a bug on 8.2 that we corrected for 9. Try the following on 8.2
for a possible work-around:
proc print data = le_&ledsn1._s (where =
(dba_nm like %unquote(%str(%'%%)%str(&dba_nm_str.)%str(%%%')))) ;
I tried adding in the %unquote() function as they suggested. It worked on
both platforms. Case closed. But I'm still no smarter.
-- TMK --
"The Macro Klutz"
|