<?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 how to import data from ms acess file to sas environment. in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18729#M935</link>
    <description>I know the importing data from excel sheet to sas environment but my question is how to importing data from M.S acesses to sas environment.</description>
    <pubDate>Sun, 18 May 2008 13:26:38 GMT</pubDate>
    <dc:creator>sascreatures</dc:creator>
    <dc:date>2008-05-18T13:26:38Z</dc:date>
    <item>
      <title>how to import data from ms acess file to sas environment.</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18729#M935</link>
      <description>I know the importing data from excel sheet to sas environment but my question is how to importing data from M.S acesses to sas environment.</description>
      <pubDate>Sun, 18 May 2008 13:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18729#M935</guid>
      <dc:creator>sascreatures</dc:creator>
      <dc:date>2008-05-18T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data from ms acess file to sas environment.</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18730#M936</link>
      <description>Hi:&lt;BR /&gt;
  If you have SAS/Access to PC File Formats, it includes the ability to read Microsoft Access, as well as Excel files:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/59619/HTML/default/a003103770.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/59619/HTML/default/a003103770.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
  Referring to the documentation may help you figure out how to do your import. If that doesn't help, then you might consider contacting Tech Support for more help. &lt;BR /&gt;
&lt;BR /&gt;
To find this reference, I searched on support.sas.com with the search string:&lt;BR /&gt;
import "Microsoft Access"&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 18 May 2008 18:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18730#M936</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-05-18T18:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data from ms acess file to sas environment.</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18731#M937</link>
      <description>as per my knowledge we have import procedure to import most of datafiles and databases. for msaccess database we have both command and wizard mode.wizard is used from file menu, where as command goes like this.&lt;BR /&gt;
&lt;BR /&gt;
proc import database=&lt;PATH and="" database="" name=""&gt; &lt;BR /&gt;
datatable=&amp;lt;' tablename'&amp;gt; &lt;BR /&gt;
out=&lt;DATASET&gt; &lt;BR /&gt;
replace &lt;BR /&gt;
dbms=access;(dbms identifier  needed for msaccess 97).&lt;BR /&gt;
run;&lt;/DATASET&gt;&lt;/PATH&gt;</description>
      <pubDate>Thu, 22 May 2008 00:21:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18731#M937</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-22T00:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data from ms acess file to sas environment.</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18732#M938</link>
      <description>IF you have SAS ODBC licensed, you can link to the Access DB with ODBC and treat the tables like sas datasets by using the libname access to ODBC.&lt;BR /&gt;
&lt;BR /&gt;
Doc</description>
      <pubDate>Thu, 22 May 2008 12:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/how-to-import-data-from-ms-acess-file-to-sas-environment/m-p/18732#M938</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-05-22T12:57:19Z</dc:date>
    </item>
  </channel>
</rss>

