<?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 Re: Import XLSB file using SAS 9.4 64 bit in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593236#M170223</link>
    <description>&lt;P&gt;Yes, looks like you have the 32-bit Excel to 64-bit SAS problem. The 64-bit ACE engine, a free download from Microsoft, is the solution. Note this only works if your SAS is running on Windows, which it looks like it is.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 01:24:15 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2019-10-02T01:24:15Z</dc:date>
    <item>
      <title>Import XLSB file using SAS 9.4 64 bit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593229#M170221</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT DATAFILE= "C:\Users\x\Proj\Data\A Information Resource.xlsb"  
OUT= WORK.ALLTRACTS
DBMS=Excel REPLACE; 
/*GETNAMES=YES;*/
SHEET = "1)LICs";
RUN;  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to import an XLSB file using SAS 9.4. My code is posted above but the system gave the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Connect: Class not registered&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: Connection Failed. See log for details.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Can anyone help?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 00:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593229#M170221</guid>
      <dc:creator>maxjiang6999</dc:creator>
      <dc:date>2019-10-02T00:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSB file using SAS 9.4 64 bit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593230#M170222</link>
      <description>&lt;P&gt;This question was already solved in this forum:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/td-p/351501" target="_self"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/td-p/351501&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 00:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593230#M170222</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-10-02T00:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSB file using SAS 9.4 64 bit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593236#M170223</link>
      <description>&lt;P&gt;Yes, looks like you have the 32-bit Excel to 64-bit SAS problem. The 64-bit ACE engine, a free download from Microsoft, is the solution. Note this only works if your SAS is running on Windows, which it looks like it is.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 01:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSB-file-using-SAS-9-4-64-bit/m-p/593236#M170223</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-10-02T01:24:15Z</dc:date>
    </item>
  </channel>
</rss>

