<?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: Export to Access in Linux in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-Access-in-Linux/m-p/341235#M63290</link>
    <description>&lt;P&gt;dbms=access is only available on Windows, as it uses a Windows-only module supplied by Microsoft.&lt;/P&gt;
&lt;P&gt;dbms=accescs uses the PC Files Server, which must be installed on a Windows machine with Office.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best method to communicate with third-party software is to use a textual format that the target application understands, like csv.&lt;/P&gt;
&lt;P&gt;No additional modules or licenses needed, a simple data step does the export, and the transfer file can be inspected with a simple text editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2017 15:23:53 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-03-15T15:23:53Z</dc:date>
    <item>
      <title>Export to Access in Linux</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-Access-in-Linux/m-p/341231#M63287</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use SAS EG 7.1 (64-bits) on Linux. I want to export SAS table in ACCESS. How can i do?&lt;/P&gt;&lt;P&gt;I tried many code, but all doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example 1 :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;export&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=table_test&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;outtable&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'test'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=access &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;replace&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;database&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;FileSource.\test.accdb"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: DBMS type ACCESS not valid for export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example 2:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;export&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;FONT face="Courier New"&gt;table_test&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;outtable&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'test'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=accesscs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;replace&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;database&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;FileSource.\test.accdb"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;ERROR: Server Name is invalid or missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-Access-in-Linux/m-p/341231#M63287</guid>
      <dc:creator>Lu2017</dc:creator>
      <dc:date>2017-03-15T15:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Access in Linux</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-Access-in-Linux/m-p/341235#M63290</link>
      <description>&lt;P&gt;dbms=access is only available on Windows, as it uses a Windows-only module supplied by Microsoft.&lt;/P&gt;
&lt;P&gt;dbms=accescs uses the PC Files Server, which must be installed on a Windows machine with Office.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best method to communicate with third-party software is to use a textual format that the target application understands, like csv.&lt;/P&gt;
&lt;P&gt;No additional modules or licenses needed, a simple data step does the export, and the transfer file can be inspected with a simple text editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-Access-in-Linux/m-p/341235#M63290</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-15T15:23:53Z</dc:date>
    </item>
  </channel>
</rss>

