<?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 statement in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625333#M77409</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always have trouble starting procedures in SAS and I can never create a libname statement correctly on the first try. What i have currently is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;libname xl XLSX "c:NidiaSAS\SASLearn\h188a.xlsx";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But it gives me the errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The XLSX engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what I am doing wrong, can someone show me how to fix it so it can read my data?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 16:21:57 GMT</pubDate>
    <dc:creator>98ighcfdvxcghjk</dc:creator>
    <dc:date>2020-02-17T16:21:57Z</dc:date>
    <item>
      <title>Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625333#M77409</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always have trouble starting procedures in SAS and I can never create a libname statement correctly on the first try. What i have currently is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;libname xl XLSX "c:NidiaSAS\SASLearn\h188a.xlsx";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But it gives me the errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The XLSX engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what I am doing wrong, can someone show me how to fix it so it can read my data?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 16:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625333#M77409</guid>
      <dc:creator>98ighcfdvxcghjk</dc:creator>
      <dc:date>2020-02-17T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625335#M77410</link>
      <description>Please check out the solution to this problem at &lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/ERROR-XLSX-engine-cannot-be-found/m-p/567972/highlight/true#M8660" target="_blank"&gt;https://communities.sas.com/t5/SAS-Analytics-U/ERROR-XLSX-engine-cannot-be-found/m-p/567972/highlight/true#M8660&lt;/A&gt; &lt;BR /&gt;If that doesn't clear it up, let me know.</description>
      <pubDate>Mon, 17 Feb 2020 16:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625335#M77410</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2020-02-17T16:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625337#M77411</link>
      <description>&lt;P&gt;That does not help me at all, after running the code it tells me I still get the same errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 16:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625337#M77411</guid>
      <dc:creator>98ighcfdvxcghjk</dc:creator>
      <dc:date>2020-02-17T16:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625339#M77412</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/284322"&gt;@98ighcfdvxcghjk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I always have trouble starting procedures in SAS and I can never create a libname statement correctly on the first try. What i have currently is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;libname xl XLSX "c:NidiaSAS\SASLearn\h188a.xlsx";&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How about this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname xl XLSX "c:\NidiaSAS\SASLearn\h188a.xlsx";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;with a backslash after c:&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 16:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/625339#M77412</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-17T16:28:53Z</dc:date>
    </item>
  </channel>
</rss>

