<?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: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572054#M161422</link>
    <description>&lt;P&gt;Vince,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp; That did it.&amp;nbsp; I still had dbms=EXCEL&amp;nbsp;with the file extension .xls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 14:02:38 GMT</pubDate>
    <dc:creator>RXM</dc:creator>
    <dc:date>2019-07-09T14:02:38Z</dc:date>
    <item>
      <title>SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251653#M47589</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've gone through several pages of google searches and the only topic that comes up about this is that it won't work if SAS and Excel are different bit versions. Both of mine are x64, and I had no issues until "upgrading" to Office 2013 (x64). I'd prefer to not go the PCFiles route. Has anyone found a reason why 9.4 and Office 2013 will not play nice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;%let path=...\CR\;&lt;/P&gt;&lt;P&gt;/* Setting Thesis library to store data sets */&lt;BR /&gt;libname CR "...\CR\SAS";&lt;BR /&gt;libname PageL excel "&amp;amp;path\Arizona\Keep_tabs_Page_level_Arizona_January.xls";&lt;BR /&gt;libname PostL excel "&amp;amp;path\Arizona\Keep_tabs_Post_level_Arizona_January.xls";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log output:&lt;/P&gt;&lt;P&gt;121 %let path=C:\Users\Symtrips\Google Drive\Jobs\CR\;&lt;BR /&gt;122&lt;BR /&gt;123 /* Setting library to store data sets */&lt;BR /&gt;124 libname CR "...\CR\SAS";&lt;BR /&gt;NOTE: Libref CR was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: ...\CR\SAS&lt;BR /&gt;125 libname PageL excel "&amp;amp;path\Arizona\Keep_tabs_Page_level_Arizona_January.xls";&lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;126 libname PostL excel "&amp;amp;path\Arizona\Keep_tabs_Post_level_Arizona_January.xls";&lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance! Again both programs are running the same bit version (x64)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 22:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251653#M47589</guid>
      <dc:creator>KendallM</dc:creator>
      <dc:date>2016-02-22T22:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251693#M47601</link>
      <description>&lt;P&gt;Did you try XLSX , XLS engine ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;libname PostL &lt;STRONG&gt;XLSX &amp;nbsp;&lt;/STRONG&gt;"&amp;amp;path\Arizona\Keep_tabs_Post_level_Arizona_Januar&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;y.xls";&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;libname PostL &lt;STRONG&gt;XLS&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;"&amp;amp;path\Arizona\Keep_tabs_Post_level_Arizona_Januar&lt;WBR /&gt;&lt;SPAN&gt;y.xls";&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 01:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251693#M47601</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-02-23T01:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251874#M47672</link>
      <description>&lt;P&gt;I was able to work around by saving the file as an .xls and not specifying any engine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"libname PageL "&amp;amp;path\... etc.xls" and it read in with no errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still not sure what the issue is with Office 2013 and SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a note I was able to also use the "excel" engine after resaving the files as .xls and recieved no errors.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 21:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251874#M47672</guid>
      <dc:creator>KendallM</dc:creator>
      <dc:date>2016-02-23T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251930#M47694</link>
      <description>&lt;P&gt;What format were the files in originally if saving as XLS fixes the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 01:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/251930#M47694</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-02-24T01:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/252115#M47774</link>
      <description>&lt;P&gt;The files had originally been saved as *.xlsx workbooks, but re-saving them as excel 97-2003 *.xls workbooks allowed SAS 9.4 to import them without error.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/252115#M47774</guid>
      <dc:creator>KendallM</dc:creator>
      <dc:date>2016-02-24T18:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/252150#M47787</link>
      <description>&lt;P&gt;We use SAS 9.4 and Office 2010 without problems, but I guess you did as well until upgrading to 2013. I'm assuming here you are using SAS running locally on a PC not on a server?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 19:08:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/252150#M47787</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-02-24T19:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/252190#M47797</link>
      <description>&lt;P&gt;Correct, no issues until upgrading from Office 2010 to 2013. SAS is running locally. Funnily enough my thesis spreadsheets are .xlsx but I haven't touched them since before the Office upgrade, those code files still function perfectly. Must be a header change in the 2013 file formatting causing SAS not to recognize it correctly. I also noticed that when using PCFiles, it will "import" the data from the newer .xlsx files but it doesn't actually read in correctly. Comes out with some garbage and corruption.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 20:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/252190#M47797</guid>
      <dc:creator>KendallM</dc:creator>
      <dc:date>2016-02-24T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/336395#M76255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you ever able to get your code to work using the excel or xlsx engine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 00:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/336395#M76255</guid>
      <dc:creator>lindseyb</dc:creator>
      <dc:date>2017-02-28T00:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572024#M161404</link>
      <description>&lt;P&gt;I have the same problem.&amp;nbsp; A temporary&amp;nbsp;solution is to export the file as a .csv instead of as Excel.&amp;nbsp; You can always open the .csv file in Excel and save it as whatever Excel version you prefer.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 12:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572024#M161404</guid>
      <dc:creator>RXM</dc:creator>
      <dc:date>2019-07-09T12:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572028#M161407</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;The "Class not registered" error indicates a bitness mismatch between SAS and the Excel data access libraries on the machine.&amp;nbsp; Using the XLS engine to work with .xls files or the XLSX engine to work with .xlsx files should get around this issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572028#M161407</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2019-07-09T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572031#M161409</link>
      <description>&lt;P&gt;Vince, thanks.&amp;nbsp; I tried exporting the file as .xls and still got the error, so I went the .csv route.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:28:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572031#M161409</guid>
      <dc:creator>RXM</dc:creator>
      <dc:date>2019-07-09T13:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572039#M161414</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Did you explicitly specify DBMS=xls? You should not have gotten the error in that case.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572039#M161414</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2019-07-09T13:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572054#M161422</link>
      <description>&lt;P&gt;Vince,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp; That did it.&amp;nbsp; I still had dbms=EXCEL&amp;nbsp;with the file extension .xls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 14:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/572054#M161422</guid>
      <dc:creator>RXM</dc:creator>
      <dc:date>2019-07-09T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/674094#M202926</link>
      <description>&lt;PRE&gt;ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
ERROR: Connection Failed.  See log for details.
&lt;/PRE&gt;
&lt;P&gt;I have code that we run every month to read .xlsx and .xlsm files with PROC IMPORT and DBMS=EXCEL, and I have never had this particular problem until today. I am not aware of any system changes here, but there's no way I can be sure. Why does this happen, and can I go back to using PROC IMPORT with DBMS=EXCEL so I don't have to change my code? I can read the files correctly with DBMS=XLSX, but the column names change from F1 F2 F3 etc. to A B C etc., meaning I have to change my code.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 12:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/674094#M202926</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-03T12:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/674104#M202931</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;It seems likely that something changed on your system.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;You should contact your IT department to ensure that the bitness of Microsoft Excel installed on the machine running SAS matches the bitness of SAS on that machine.&amp;nbsp; The problem should go away once that mismatch is fixed.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Another possibility is to install the 32-bit Excel/Office libraries along with the 64-bit libraries.&amp;nbsp; I doubt that this is a "Microsoft supported/suggested" environment but it might work for you.&amp;nbsp; This is also something that you will have to work with your IT department to implement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;You can contact our Technical Support Department if you have questions about these two strategies, or if you have other questions:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;https://support.sas.com/en/technical-support/submit-a-support-request.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Going forward, I would like to suggest using the XLSX engine for all new code, and that you prepare to transition to using XLSX in the older code.&amp;nbsp; If you run SAS on a different machine/server in the future, your working EXCEL engine code might also fail.&amp;nbsp; For example, the EXCEL engine works only on Windows systems, so moving to a UNIX server will also cause your code to fail, but for a different reason.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 12:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/674104#M202931</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2020-08-03T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/674112#M202935</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13635"&gt;@Vince_SAS&lt;/a&gt;&amp;nbsp;, I have forwarded your reply to our IT department.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 13:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/674112#M202935</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-03T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/943343#M369765</link>
      <description>&lt;P&gt;I go through this every year.&amp;nbsp; Someone else installs office after sas, and the 'Microsoft Access Runtime 2013' gets removed.&amp;nbsp; Reinstalling the engine fixes it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 18:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/943343#M369765</guid>
      <dc:creator>jszabo</dc:creator>
      <dc:date>2024-09-10T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/962140#M375033</link>
      <description>&lt;P&gt;That solution did not work for me.&lt;/P&gt;&lt;P&gt;I still received this error message:&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;NOTE: Attachments for -3 reestablished for new parent.&lt;BR /&gt;NOTE: Import Cancelled.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 20:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/962140#M375033</guid>
      <dc:creator>MachelleW</dc:creator>
      <dc:date>2025-03-18T20:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 x64 Connect: Class not registered importing excel 2013 x64 file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/962430#M375110</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436280"&gt;@MachelleW&lt;/a&gt; - Please post your complete SAS log including code and errors. Errors by themselves aren't helpful. Also what OS are you running this on? Windows or Linux? If it is Linux then the only Excel DBMS that will work is XLSX. &lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 02:20:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-x64-Connect-Class-not-registered-importing-excel-2013/m-p/962430#M375110</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-03-22T02:20:14Z</dc:date>
    </item>
  </channel>
</rss>

