<?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 Import Excel files (64 bit) into SAS (32 bit) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-files-64-bit-into-SAS-32-bit/m-p/912927#M359848</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to import several Excel files in a folder (64 bit) into SAS 9.4 (32 bit) and I keep getting these errors:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Connect: Class not registered &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Error in the LIBNAME statement. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Connection Failed. See log for details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the import statement:&amp;nbsp;libname hou 'C:\Users\260096\Desktop\AB\2020_Datasets'; *set macro parameters; %LET pathway=C:\Users\260096\Desktop\AB\2020_ProcessedDatasets; %LET year=2020;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Installing Excel 32 bit is not feasible so is there workaround&amp;nbsp; way to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help is really appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 03:31:58 GMT</pubDate>
    <dc:creator>mayasak</dc:creator>
    <dc:date>2024-01-25T03:31:58Z</dc:date>
    <item>
      <title>Import Excel files (64 bit) into SAS (32 bit)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-files-64-bit-into-SAS-32-bit/m-p/912927#M359848</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to import several Excel files in a folder (64 bit) into SAS 9.4 (32 bit) and I keep getting these errors:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Connect: Class not registered &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Error in the LIBNAME statement. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Connection Failed. See log for details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the import statement:&amp;nbsp;libname hou 'C:\Users\260096\Desktop\AB\2020_Datasets'; *set macro parameters; %LET pathway=C:\Users\260096\Desktop\AB\2020_ProcessedDatasets; %LET year=2020;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Installing Excel 32 bit is not feasible so is there workaround&amp;nbsp; way to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help is really appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 03:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-files-64-bit-into-SAS-32-bit/m-p/912927#M359848</guid>
      <dc:creator>mayasak</dc:creator>
      <dc:date>2024-01-25T03:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel files (64 bit) into SAS (32 bit)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-files-64-bit-into-SAS-32-bit/m-p/912928#M359849</link>
      <description>&lt;P&gt;You did not show any "import" statements.&amp;nbsp; Did some of your code not make it into the post?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the XLSX engine and the 32bit vs 64bit does not apply.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Using PROC IMPORT */
proc import dbms=xlsx .....

/* or using a LIBREF */
libname old xlsx 'filename.xlsx';
proc copy inlib=old ....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 03:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-files-64-bit-into-SAS-32-bit/m-p/912928#M359849</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-01-25T03:49:08Z</dc:date>
    </item>
  </channel>
</rss>

