Date: Thu, 11 May 2006 05:09:19 -0700
Reply-To: "data _null_;" <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_;" <datanull@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: UPCASE and unmatched parenthesis conundrum
In-Reply-To: <4cfqejF15mdfkU1@individual.net>
Content-Type: text/plain; charset="iso-8859-1"
If you blind quote FOO
%let foo = %bquote(&foo);
just after the data step that created it. The rest of the program will
work unchanged.
|