<?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 Importing from Microsoft Access in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Importing-from-Microsoft-Access/m-p/515222#M22028</link>
    <description>&lt;P&gt;Hi I have the following codes to import two tables. however, I'm looking for merging two proc together&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;import&lt;/STRONG&gt; dbms=accesscs datatable='RV18NOV'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;out=work.RV18NOV replace;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;database="P:\Demographics\Demographics Team\Suzanne\MDP PARTAGE.mdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;import&lt;/STRONG&gt; dbms=accesscs datatable='FUNWSG_RV18NOV'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;out=work.FUNWSG replace;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;database="P:\Demographics\Demographics Team\Suzanne\MDP PARTAGE.mdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I merge these two Procs together to be able to import two tables at the same time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nazanin&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 19:37:45 GMT</pubDate>
    <dc:creator>NazaninSAS</dc:creator>
    <dc:date>2018-11-21T19:37:45Z</dc:date>
    <item>
      <title>Importing from Microsoft Access</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Importing-from-Microsoft-Access/m-p/515222#M22028</link>
      <description>&lt;P&gt;Hi I have the following codes to import two tables. however, I'm looking for merging two proc together&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;import&lt;/STRONG&gt; dbms=accesscs datatable='RV18NOV'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;out=work.RV18NOV replace;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;database="P:\Demographics\Demographics Team\Suzanne\MDP PARTAGE.mdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;import&lt;/STRONG&gt; dbms=accesscs datatable='FUNWSG_RV18NOV'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;out=work.FUNWSG replace;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;database="P:\Demographics\Demographics Team\Suzanne\MDP PARTAGE.mdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff6600"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I merge these two Procs together to be able to import two tables at the same time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nazanin&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 19:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Importing-from-Microsoft-Access/m-p/515222#M22028</guid>
      <dc:creator>NazaninSAS</dc:creator>
      <dc:date>2018-11-21T19:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Microsoft Access</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Importing-from-Microsoft-Access/m-p/515227#M22029</link>
      <description>&lt;P&gt;You can't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two alternatives are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If the two tables are to be joined, create the join as a view in Access and IMPORT data into a SAS dataset from the view.&lt;/LI&gt;
&lt;LI&gt;Define a libname pointing to the Access database and query the tables in the database as if they were SAS tables using that libname.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 21 Nov 2018 19:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Importing-from-Microsoft-Access/m-p/515227#M22029</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-11-21T19:59:08Z</dc:date>
    </item>
  </channel>
</rss>

