<?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 Exporting dataset to MS Access 2010 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Exporting-dataset-to-MS-Access-2010/m-p/94002#M19812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I go about exporting a dataset to an existing table in access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me an example and sample code to start with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinda lost on this one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 22:50:19 GMT</pubDate>
    <dc:creator>PhatRam32</dc:creator>
    <dc:date>2012-12-07T22:50:19Z</dc:date>
    <item>
      <title>Exporting dataset to MS Access 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-dataset-to-MS-Access-2010/m-p/94002#M19812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I go about exporting a dataset to an existing table in access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me an example and sample code to start with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinda lost on this one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 22:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-dataset-to-MS-Access-2010/m-p/94002#M19812</guid>
      <dc:creator>PhatRam32</dc:creator>
      <dc:date>2012-12-07T22:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting dataset to MS Access 2010</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-dataset-to-MS-Access-2010/m-p/94003#M19813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is quite simple using SQL :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;libname ac Access "myDatabase.accdb";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;proc sql;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;insert into ac.myTable (myVar1, myVar2, myVar3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;select myVar1, myVar2, myVar3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;from myDataset;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 23:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-dataset-to-MS-Access-2010/m-p/94003#M19813</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-12-07T23:28:23Z</dc:date>
    </item>
  </channel>
</rss>

