<?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 Problem with creating Excel library in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212232#M9843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I m getting error while creating library using excel engine.&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; using SAS 9.3&lt;/P&gt;&lt;P&gt;my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname abc Excel "c:\anuj\test.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have install both file from link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/downloads/package.htm?pid=893"&gt;http://support.sas.com/downloads/package.htm?pid=893&lt;/A&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem still has not been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 07:20:47 GMT</pubDate>
    <dc:creator>Aman4SAS</dc:creator>
    <dc:date>2015-07-28T07:20:47Z</dc:date>
    <item>
      <title>Problem with creating Excel library</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212232#M9843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I m getting error while creating library using excel engine.&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; using SAS 9.3&lt;/P&gt;&lt;P&gt;my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname abc Excel "c:\anuj\test.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have install both file from link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/downloads/package.htm?pid=893"&gt;http://support.sas.com/downloads/package.htm?pid=893&lt;/A&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem still has not been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212232#M9843</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-07-28T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating Excel library</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212233#M9844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the typical bitness problem. Try using the PC Files Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212233#M9844</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-07-28T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating Excel library</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212234#M9845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While you have installed the PC File Server you are not using the correct LIBNAME to use it as described in this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/43/802.html" title="http://support.sas.com/kb/43/802.html"&gt;43802 - Installing SAS® 9.3 PC Files Server and using it to convert 32-bit Microsoft Office files to SAS® 64-bit files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: libname test &lt;SPAN style="background-color: #ffff00;"&gt; &lt;STRONG&gt; pcfiles &lt;/STRONG&gt; &lt;/SPAN&gt; path='drive:\yourdirectory\yourfile.xls' server='yourserver' port=9621;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212234#M9845</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-28T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating Excel library</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212235#M9846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priviously i was using 9.2 where simple i run my codes with using -libname xyz EXCEL "Path" now i m using 9.3 and getting error please suggest &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Problem-with-creating-Excel-library/m-p/212235#M9846</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-07-28T09:32:06Z</dc:date>
    </item>
  </channel>
</rss>

