<?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 Access table into SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-Access-table-into-SAS/m-p/867281#M342524</link>
    <description>&lt;P&gt;Your PROC IMPORT code looks good to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please post the full error message?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of SAS are you running, and it looks like you're running on Windows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you get in the log if you try to use a libname statement to connect, e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname foo access "...Management\TABLES.mdb" ;
proc datasets library=foo ;
run ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 16:50:37 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2023-03-30T16:50:37Z</dc:date>
    <item>
      <title>Import Access table into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Access-table-into-SAS/m-p/867273#M342516</link>
      <description>&lt;P&gt;I am trying to import a table in access into SAS, but am not having much luck. Here is the import statement I am using which does not work. I've also tried to use the import wizard but I keep getting the error message - OLEDB Connection Problem. Any inisights??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT=WORK.AcctMarketList&lt;BR /&gt;DATATABLE='tblAcctMarketList'&lt;BR /&gt;DBMS=ACCESS REPLACE;&lt;BR /&gt;database=".......Management\TABLES.mdb";&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 16:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Access-table-into-SAS/m-p/867273#M342516</guid>
      <dc:creator>wilman12</dc:creator>
      <dc:date>2023-03-30T16:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import Access table into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Access-table-into-SAS/m-p/867281#M342524</link>
      <description>&lt;P&gt;Your PROC IMPORT code looks good to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please post the full error message?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of SAS are you running, and it looks like you're running on Windows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you get in the log if you try to use a libname statement to connect, e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname foo access "...Management\TABLES.mdb" ;
proc datasets library=foo ;
run ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 16:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Access-table-into-SAS/m-p/867281#M342524</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-03-30T16:50:37Z</dc:date>
    </item>
  </channel>
</rss>

