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


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