<?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 Access file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579849#M164655</link>
    <description>If you has old access file .try libname statement:

libname x 'c:\temp\xxx.mdb';
libname x access 'c:\temp\xxx.mdb';


If you have 2007 version access . try proc import:

proc import database='c:\temp\xxxx.acce'   datatable='yyyy' out=have dbms=access replace;
run;</description>
    <pubDate>Thu, 08 Aug 2019 11:56:53 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2019-08-08T11:56:53Z</dc:date>
    <item>
      <title>Importing Access file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579701#M164586</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Client given Access file to import in the SAS,&lt;BR /&gt;I unable to import the data. Kindly help out me, as it is new to me.</description>
      <pubDate>Wed, 07 Aug 2019 17:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579701#M164586</guid>
      <dc:creator>Shyamkumar</dc:creator>
      <dc:date>2019-08-07T17:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Access file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579705#M164588</link>
      <description>&lt;P&gt;What code have you tried so far?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"unable to import the data"&amp;nbsp;is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 17:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579705#M164588</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-07T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Access file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579710#M164592</link>
      <description>&lt;P&gt;Searching google for:&amp;nbsp;&lt;STRONG&gt;sas support how to import access database example&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;listed a great list of result. One of them in &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#p0jf3o1i67m044n1j0kz51ifhpvs.htm" target="_self"&gt;this link.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 18:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579710#M164592</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-08-07T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Access file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579849#M164655</link>
      <description>If you has old access file .try libname statement:

libname x 'c:\temp\xxx.mdb';
libname x access 'c:\temp\xxx.mdb';


If you have 2007 version access . try proc import:

proc import database='c:\temp\xxxx.acce'   datatable='yyyy' out=have dbms=access replace;
run;</description>
      <pubDate>Thu, 08 Aug 2019 11:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579849#M164655</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-08T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Access file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579850#M164656</link>
      <description>If you has old access file .try libname statement:

libname x 'c:\temp\xxx.mdb';
libname x access 'c:\temp\xxx.mdb';


If you have 2007 version access . try proc import:

proc import database='c:\temp\xxxx.acce'   datatable='yyyy' out=have dbms=access replace;
run;</description>
      <pubDate>Thu, 08 Aug 2019 11:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-Access-file/m-p/579850#M164656</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-08T11:57:16Z</dc:date>
    </item>
  </channel>
</rss>

