LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 24 Jun 2009 10:46:58 -0500
Reply-To:   OR Stats <stats112@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   OR Stats <stats112@GMAIL.COM>
Subject:   Calling Macrovariable in ' '
Content-Type:   text/plain; charset=ISO-8859-1

Hello:

I have the following

%let myvar=2007;

libname 'C:\&myvar';

But it won't resolve the last line to my directory C:\2007, which I had already created in Windows. I do I get SAS to read the directory path correctly?

Thanks!


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