Date: Wed, 11 Jan 2006 07:26:17 -0800
Reply-To: RolandRB <rolandberry@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: RolandRB <rolandberry@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Macro Quoting
In-Reply-To: <200601111238.k0BBkHWb021346@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="iso-8859-1"
Chuck Enright wrote:
> I'm searching a users system environment variable with the code below, and
> the result is producing warning messages because the value returned
> contains "%C:\Windows\" without quotes. I have tried using all the macro
> quoting functions with the same result.
>
> Your suggestions are appreciated.
> Chuck
>
> %if %index(%lowcase(%quote(%sysget(path))),%str(\notes)) = 0 %then
> /* do something */
> %end;
It's got me stumped.
|