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 (January 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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