<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LIbname issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/LIbname-issue/m-p/765669#M242532</link>
    <description>&lt;P&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;I am not really much of a macro user, and I am running into an issue. I am trying to specify my libname, and the path has the &amp;amp; character in it. my code is&lt;/P&gt;&lt;PRE&gt;libname CHWGrowth "Y:\Epi&amp;amp;Bio\CHW\ACES\ACE growth 5-site\data";&lt;/PRE&gt;&lt;P&gt;and it is spitting out an error at me which tells me that the apparent symbolic reference BIO is not resolved, presumably because it thinks I am referencing a macro. However, I am not referencing a macro. Normally, I would just change the folder name, but to make a long story short, I do not have the permissions required to alter the name of the folder. Does anyone have a work around so I can get SAS to recognize that I am not trying to call a macro?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 16:22:06 GMT</pubDate>
    <dc:creator>zfusfeld</dc:creator>
    <dc:date>2021-09-02T16:22:06Z</dc:date>
    <item>
      <title>LIbname issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIbname-issue/m-p/765669#M242532</link>
      <description>&lt;P&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;I am not really much of a macro user, and I am running into an issue. I am trying to specify my libname, and the path has the &amp;amp; character in it. my code is&lt;/P&gt;&lt;PRE&gt;libname CHWGrowth "Y:\Epi&amp;amp;Bio\CHW\ACES\ACE growth 5-site\data";&lt;/PRE&gt;&lt;P&gt;and it is spitting out an error at me which tells me that the apparent symbolic reference BIO is not resolved, presumably because it thinks I am referencing a macro. However, I am not referencing a macro. Normally, I would just change the folder name, but to make a long story short, I do not have the permissions required to alter the name of the folder. Does anyone have a work around so I can get SAS to recognize that I am not trying to call a macro?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 16:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIbname-issue/m-p/765669#M242532</guid>
      <dc:creator>zfusfeld</dc:creator>
      <dc:date>2021-09-02T16:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: LIbname issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIbname-issue/m-p/765670#M242533</link>
      <description>&lt;P&gt;The macro processor ignores strings bounded by single quotes.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname CHWGrowth 'Y:\Epi&amp;amp;Bio\CHW\ACES\ACE growth 5-site\data';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Sep 2021 16:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIbname-issue/m-p/765670#M242533</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-09-02T16:23:50Z</dc:date>
    </item>
  </channel>
</rss>

