<?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: How can I import a SAS dataset to Access? in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700137#M1027</link>
    <description>I see, OK, thanks for your time Kurt!</description>
    <pubDate>Thu, 19 Nov 2020 08:20:44 GMT</pubDate>
    <dc:creator>sustagens</dc:creator>
    <dc:date>2020-11-19T08:20:44Z</dc:date>
    <item>
      <title>How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700075#M1017</link>
      <description>&lt;P&gt;Hi, I have a SAS dataset I would like to import into Microsoft Access.&lt;/P&gt;
&lt;P&gt;This is the first time I am setting up a link to SAS from outside and I'm not sure how to go about doing it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sustagens_1-1605753703728.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51820i0945DF339104FB4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sustagens_1-1605753703728.png" alt="sustagens_1-1605753703728.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 02:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700075#M1017</guid>
      <dc:creator>sustagens</dc:creator>
      <dc:date>2020-11-19T02:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700088#M1018</link>
      <description>&lt;P&gt;Import or link?&lt;/P&gt;
&lt;P&gt;Old school and robust is to Export the SAS data set to a CSV file (there is a wizard that should do this) and use the Access import on that file. If the SAS data set is static this may be the easiest for someone with little SAS experience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the SAS data will change and you want to link the question might be whether you are comfortable with ODBC to set up an ODBC link.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 03:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700088#M1018</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-19T03:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700102#M1019</link>
      <description>Hi ballardw, thanks for your reply. I am currently importing it as CSV as you described and want to optimise by skipping this step.&lt;BR /&gt;The SAS data set will change, yes. How can I link it via ODBC? It looks for a connection definition file.</description>
      <pubDate>Thu, 19 Nov 2020 05:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700102#M1019</guid>
      <dc:creator>sustagens</dc:creator>
      <dc:date>2020-11-19T05:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700104#M1020</link>
      <description>&lt;P&gt;If you have the SAS product SAS/ACCESS to PC FILES then you can use PROC EXPORT to write a SAS dataset to an ACCESS table: &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=p1d0tocg3njhmfn1d4ld2covlwm0.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=p1d0tocg3njhmfn1d4ld2covlwm0.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 06:01:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700104#M1020</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-19T06:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700119#M1023</link>
      <description>Hi SASKiwi, thanks for your reply, unfortunately my SAS is a client/server install, and the dataset will be refreshed by a stored procedure. As per my understanding, with my client/server setup I can't use proc export to export to a local destination. I am aware of the Copy Files task in EG but because I will use the code in a stored procedure I need a code solution, not point-and-click.. What I thought I might do is create a saved import in MS Access, which imports the SAS dataset directly.</description>
      <pubDate>Thu, 19 Nov 2020 06:58:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700119#M1023</guid>
      <dc:creator>sustagens</dc:creator>
      <dc:date>2020-11-19T06:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700122#M1024</link>
      <description>&lt;P&gt;In a client/server environment, you need to set up a SAS/SHARE server on the SAS server, and install the SAS ODBC driver on the host where MS ACCESS runs. Then define the ODBC connection to your SAS server, and use that in Access.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 07:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700122#M1024</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-19T07:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700133#M1025</link>
      <description>&lt;P&gt;Hi KurtBremser, thanks for your reply, I searched how I can do that. First step, check if I have SAS/SHARE. Came across &lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/td-p/471373" target="_self"&gt;this thread&lt;/A&gt;, which you also answered back in 2018. I don't see SAS/SHARE, PRODNUM010 nor PRODNUM035 when I run proc setinit and proc product_status. Does it mean this route is a dead end for me?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 07:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700133#M1025</guid>
      <dc:creator>sustagens</dc:creator>
      <dc:date>2020-11-19T07:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700136#M1026</link>
      <description>&lt;P&gt;I fear, yes.&lt;/P&gt;
&lt;P&gt;The requirements for the ODBC driver are found &lt;A href="https://documentation.sas.com/?docsetId=odbcdref&amp;amp;docsetTarget=p1esd8t7nrdvmfn1guh905g1dnvk.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 08:02:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700136#M1026</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-19T08:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700137#M1027</link>
      <description>I see, OK, thanks for your time Kurt!</description>
      <pubDate>Thu, 19 Nov 2020 08:20:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700137#M1027</guid>
      <dc:creator>sustagens</dc:creator>
      <dc:date>2020-11-19T08:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a SAS dataset to Access?</title>
      <link>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700304#M1030</link>
      <description>&lt;P&gt;What OS does your SAS server run on? You could always get the SAS server to write the Access database to a network file share which is also accessible from your PC.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 19:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-can-I-import-a-SAS-dataset-to-Access/m-p/700304#M1030</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-19T19:12:41Z</dc:date>
    </item>
  </channel>
</rss>

