| 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!
|