<?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: Third Party BI Tools supporting SAS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/434962#M28116</link>
    <description>&lt;P&gt;You can access SAS data sets with the following standard data provider protocols:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ODBC, &lt;A href="http://go.documentation.sas.com/?docsetId=odbcdref&amp;amp;docsetTarget=n01ugmh99e646vn19a7rzscg9dmy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;using the SAS ODBC driver&lt;/A&gt; to access data available in SAS/SHARE or SPDS&lt;/LI&gt;
&lt;LI&gt;OLE DB (Microsoft applications), using the &lt;A href="https://blogs.sas.com/content/sasdummy/2012/04/12/build-your-own-sas-data-set-viewer-using-powershell/" target="_self"&gt;SAS Local OLE DB Provider&lt;/A&gt; (for data set files like sas7bdat) or the SAS IOM OLE DB Provider (for connecting to SAS Workspace sessions)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=jdbcref&amp;amp;docsetTarget=n1rnpdq7idcrnyn17s5hv9g6x3rd.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;JDBC for Java-based applications&lt;/A&gt;, connecting to SAS/SHARE or SAS Workspace sessions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS OLAP Server uses OLE DB for OLAP (ODBO) as its protocol, but access to SAS OLAP server from a non-SAS application isn't strictly supported.&amp;nbsp; SAS Enterprise Guide and SAS Add-In for Microsoft Office use the SAS ODBO provider to interact with SAS OLAP data.&amp;nbsp; You can use SAS language -- PROC SQL and MDX -- to pull data slices from a SAS OLAP cube.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use Python -- via SASPy -- to read &lt;A href="https://blogs.sas.com/content/sasdummy/2018/02/05/python-sas-university-edition/" target="_self"&gt;SAS data sets from an active SAS session and convert into Python pandas data frames&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 17:33:20 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2018-02-07T17:33:20Z</dc:date>
    <item>
      <title>Third Party BI Tools supporting SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/434828#M28092</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find a list of third party BI tools that i can use to read data from SAS Datasets or SAS Olap Cubes. Can you please help compile a list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/434828#M28092</guid>
      <dc:creator>Aboveland</dc:creator>
      <dc:date>2018-02-07T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Third Party BI Tools supporting SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/434962#M28116</link>
      <description>&lt;P&gt;You can access SAS data sets with the following standard data provider protocols:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ODBC, &lt;A href="http://go.documentation.sas.com/?docsetId=odbcdref&amp;amp;docsetTarget=n01ugmh99e646vn19a7rzscg9dmy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;using the SAS ODBC driver&lt;/A&gt; to access data available in SAS/SHARE or SPDS&lt;/LI&gt;
&lt;LI&gt;OLE DB (Microsoft applications), using the &lt;A href="https://blogs.sas.com/content/sasdummy/2012/04/12/build-your-own-sas-data-set-viewer-using-powershell/" target="_self"&gt;SAS Local OLE DB Provider&lt;/A&gt; (for data set files like sas7bdat) or the SAS IOM OLE DB Provider (for connecting to SAS Workspace sessions)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=jdbcref&amp;amp;docsetTarget=n1rnpdq7idcrnyn17s5hv9g6x3rd.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;JDBC for Java-based applications&lt;/A&gt;, connecting to SAS/SHARE or SAS Workspace sessions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS OLAP Server uses OLE DB for OLAP (ODBO) as its protocol, but access to SAS OLAP server from a non-SAS application isn't strictly supported.&amp;nbsp; SAS Enterprise Guide and SAS Add-In for Microsoft Office use the SAS ODBO provider to interact with SAS OLAP data.&amp;nbsp; You can use SAS language -- PROC SQL and MDX -- to pull data slices from a SAS OLAP cube.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use Python -- via SASPy -- to read &lt;A href="https://blogs.sas.com/content/sasdummy/2018/02/05/python-sas-university-edition/" target="_self"&gt;SAS data sets from an active SAS session and convert into Python pandas data frames&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/434962#M28116</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-07T17:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Third Party BI Tools supporting SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/436072#M28174</link>
      <description>&lt;P&gt;Anything that supports ODBC is fair game. I have pulled SAS data into almost every MS Office product, SQL Server, blah, blah, blah. The list I have used them in is in the dozens but perhaps not 100. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OLAP is not my concern but SAS datasets are easy to read using ODBC. What OLAP product are you using? I have worked with SSAS but not the others out there.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 05:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Third-Party-BI-Tools-supporting-SAS/m-p/436072#M28174</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2018-02-11T05:30:35Z</dc:date>
    </item>
  </channel>
</rss>

