<?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 Issue importing Local Access Database into SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Issue-importing-Local-Access-Database-into-SAS/m-p/730999#M227691</link>
    <description>&lt;P&gt;Hi SAS Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to import an Access DB from my computer into SAS but SAS is asking for a server address. i tried to use my local IP but nope, didnt like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heres an example of my code. Any ideas or suggestions for me?&lt;/P&gt;&lt;P&gt;Also, i stole an example program so my port is whatever that person had their port set to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname myhome "&amp;lt;my actual home folder address&amp;gt;";&lt;/P&gt;&lt;P&gt;PROC IMPORT Table='LS_Training_Tracking_Dashboard'&lt;BR /&gt;DBMS=ACCESSCS&lt;BR /&gt;OUT= myhome.LS;&lt;BR /&gt;DATABASE='C:\Users\222015388\A bunch of databases\LS - Tracking Table.accdb';&lt;BR /&gt;Server='what the heck goes here?!?!!?!?';&lt;BR /&gt;PORT=9621;&lt;BR /&gt;DBDSOPTS='READBUFF=30';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 16:54:34 GMT</pubDate>
    <dc:creator>Juan_Dolvez</dc:creator>
    <dc:date>2021-04-02T16:54:34Z</dc:date>
    <item>
      <title>Issue importing Local Access Database into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issue-importing-Local-Access-Database-into-SAS/m-p/730999#M227691</link>
      <description>&lt;P&gt;Hi SAS Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to import an Access DB from my computer into SAS but SAS is asking for a server address. i tried to use my local IP but nope, didnt like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heres an example of my code. Any ideas or suggestions for me?&lt;/P&gt;&lt;P&gt;Also, i stole an example program so my port is whatever that person had their port set to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname myhome "&amp;lt;my actual home folder address&amp;gt;";&lt;/P&gt;&lt;P&gt;PROC IMPORT Table='LS_Training_Tracking_Dashboard'&lt;BR /&gt;DBMS=ACCESSCS&lt;BR /&gt;OUT= myhome.LS;&lt;BR /&gt;DATABASE='C:\Users\222015388\A bunch of databases\LS - Tracking Table.accdb';&lt;BR /&gt;Server='what the heck goes here?!?!!?!?';&lt;BR /&gt;PORT=9621;&lt;BR /&gt;DBDSOPTS='READBUFF=30';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 16:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issue-importing-Local-Access-Database-into-SAS/m-p/730999#M227691</guid>
      <dc:creator>Juan_Dolvez</dc:creator>
      <dc:date>2021-04-02T16:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue importing Local Access Database into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issue-importing-Local-Access-Database-into-SAS/m-p/731060#M227709</link>
      <description>&lt;P&gt;DBMS=ACCESSCS means you are referencing the SAS PC Files Server which has to be installed or running either on your PC or on another Windows file server. You can just use DBMS = ACCESS if SAS is actually running on your PC and your Access database is stored there too. Just bear in mind that SAS and Access have to be the same bitness (32-bit or 64-bit) for this to work. If the bitness doesn't match then you will need to revert to ACCESSCS.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 21:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issue-importing-Local-Access-Database-into-SAS/m-p/731060#M227709</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-04-02T21:24:21Z</dc:date>
    </item>
  </channel>
</rss>

