<?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: Importing a .mdb file into SAS with &amp;quot;SAS/ACCESS Interface to PC Files&amp;quot; but without PC in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501898#M133890</link>
    <description>&lt;P&gt;It was a bitness mismatch.&amp;nbsp; Thanks for the replies, I now know that my hope was in vain and I will need to get the IT dept to makes some changes.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 13:39:43 GMT</pubDate>
    <dc:creator>AndrewJones</dc:creator>
    <dc:date>2018-10-05T13:39:43Z</dc:date>
    <item>
      <title>Importing a .mdb file into SAS with "SAS/ACCESS Interface to PC Files" but without PC FIles Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501864#M133866</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; We have recently had SAS&amp;nbsp;Office Analytics installed on a Windows server, which means that we now have "SAS/ACCESS Interface to PC Files" installed, but we don't have the PC Files server installed (don't ask me why - I wasn't involved in the installation).&amp;nbsp; I was trying to import data from a&amp;nbsp;.mdb using SAS EG 7.15, but when I try the following code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datatable="vehicle_details" dbms=access out=code44 replace;
		database="\\server\code44.mdb";
run;

libname code44 "\\server\code44.mdb";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get the error message 'ERROR: Connect: Class not registered'.&amp;nbsp; I believe I get this because&amp;nbsp;&lt;SPAN&gt;the PC Files server is not installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there is a way of importing&amp;nbsp;.mdb file into SAS without PC Files Server and if so, how?&amp;nbsp; Or do we need to install&amp;nbsp;PC Files Server.&amp;nbsp; I know that&amp;nbsp;the SAS version is 64bit and the Microsoft Office drivers are 32bit.&amp;nbsp; Is this the issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501864#M133866</guid>
      <dc:creator>AndrewJones</dc:creator>
      <dc:date>2018-10-05T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a .mdb file into SAS with "SAS/ACCESS Interface to PC Files" but without PC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501866#M133867</link>
      <description>&lt;P&gt;Have you already worked through the flowchart found here: &lt;A href="http://support.sas.com/kb/60/356.html" target="_blank"&gt;http://support.sas.com/kb/60/356.html&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:55:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501866#M133867</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-05T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a .mdb file into SAS with "SAS/ACCESS Interface to PC Files" but without PC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501875#M133873</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; Yes, I did, which is why I believe that I need to either install the PC Files Server or change the drivers, but I was hoping that there was a simple programming solution, rather than relying on other people to make changes for me.&amp;nbsp; The page is over a year old, so I hoped that there was now a different solution.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501875#M133873</guid>
      <dc:creator>AndrewJones</dc:creator>
      <dc:date>2018-10-05T13:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a .mdb file into SAS with "SAS/ACCESS Interface to PC Files" but without PC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501880#M133875</link>
      <description>&lt;P&gt;This page is the authoritative source for fixing your problem. What did you find when you worked through it? Bitness mismatch, missing ACE?&lt;/P&gt;
&lt;P&gt;Have you made sure ACCESS to PC Files is actually installed and licensed (proc product_status, proc setinit)?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501880#M133875</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-05T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a .mdb file into SAS with "SAS/ACCESS Interface to PC Files" but without PC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501886#M133880</link>
      <description>&lt;P&gt;Note that, while xlsx is an openly documented format for which anybody can (legally) write an interface nowadays (and SAS has done exactly that), .mdb files have a proprietary format for which you need a module supplied by Microsoft to access them, and that has to match the software that uses it in terms of bitness. It's also only available on Windows.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501886#M133880</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-05T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a .mdb file into SAS with "SAS/ACCESS Interface to PC Files" but without PC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501898#M133890</link>
      <description>&lt;P&gt;It was a bitness mismatch.&amp;nbsp; Thanks for the replies, I now know that my hope was in vain and I will need to get the IT dept to makes some changes.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-a-mdb-file-into-SAS-with-quot-SAS-ACCESS-Interface-to/m-p/501898#M133890</guid>
      <dc:creator>AndrewJones</dc:creator>
      <dc:date>2018-10-05T13:39:43Z</dc:date>
    </item>
  </channel>
</rss>

