<?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: Using VS C++ to access SAS dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449833#M113266</link>
    <description>Could you tell me that what is the easiest method for me to use VC++ to acess SAS dataset? Thank you every much.</description>
    <pubDate>Fri, 30 Mar 2018 02:47:08 GMT</pubDate>
    <dc:creator>LXL</dc:creator>
    <dc:date>2018-03-30T02:47:08Z</dc:date>
    <item>
      <title>Using VS C++ to access SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449238#M113037</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone ,I wnat to use&amp;nbsp;VS C++ to access the SAS dataset ,the method is optional,the simpler is the better,do you know about using ODBC or OLEDB to acess the SAS data,which is easier to reach my goal? Could you provide some references about this to me ? Please help me.Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449238#M113037</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-28T07:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using VS C++ to access SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449242#M113040</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/201336"&gt;@LXL&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;ODBC&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/downloads/browse.htm?fil=&amp;amp;cat=40" target="_blank"&gt;https://support.sas.com/downloads/browse.htm?fil=&amp;amp;cat=40&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 08:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449242#M113040</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-28T08:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using VS C++ to access SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449304#M113063</link>
      <description>Thank you for your reply , do you mean that it is easier to access the SAS dataset with ODBC?</description>
      <pubDate>Wed, 28 Mar 2018 13:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449304#M113063</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-28T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using VS C++ to access SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449306#M113065</link>
      <description>&lt;P&gt;Use ODBC to connect to a SAS server that is running SAS/Share, which is basically a dedicated process to serve up SAS data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use OLE DB to connect to a local SAS data set (sas7bdat) using the SAS Local OLE DB provider, or to a remote SAS Workspace running SAS Integration Technologies (same as used by SAS Enterprise Guide).&amp;nbsp; For the remote case, use the SAS IOM OLE DB provider.&amp;nbsp; Both are available for download from support.sas.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="http://go.documentation.sas.com/?docsetId=oledbpr&amp;amp;docsetTarget=titlepage.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;the SAS OLE DB "cookbook"&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 13:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449306#M113065</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-03-28T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using VS C++ to access SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449317#M113070</link>
      <description>OK, I would like to use ODBC to access the SAS dataset , thank you very much.</description>
      <pubDate>Wed, 28 Mar 2018 13:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449317#M113070</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-28T13:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using VS C++ to access SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449833#M113266</link>
      <description>Could you tell me that what is the easiest method for me to use VC++ to acess SAS dataset? Thank you every much.</description>
      <pubDate>Fri, 30 Mar 2018 02:47:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-VS-C-to-access-SAS-dataset/m-p/449833#M113266</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-30T02:47:08Z</dc:date>
    </item>
  </channel>
</rss>

