<?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: Proc SQL connect to OLAP in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63995#M18188</link>
    <description>Yes you can do this, you need sas/access to oledb.&lt;BR /&gt;
&lt;BR /&gt;
See doc TS-700,</description>
    <pubDate>Mon, 08 Mar 2010 03:44:51 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2010-03-08T03:44:51Z</dc:date>
    <item>
      <title>Proc SQL connect to OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63994#M18187</link>
      <description>In a proc SQL, is it possible to read the data from an external OLAP Cube (like Essbase or Microsoft) via OLE DB like for a SAS OLAP cube?&lt;BR /&gt;
&lt;BR /&gt;
example with a SAS OLAP cube:&lt;BR /&gt;
proc sql;&lt;BR /&gt;
connect to olap (host=localhost port=5451&lt;BR /&gt;
                               user=sasdemo pass=SASDEMO);&lt;BR /&gt;
create table temp as select * from connection to olap&lt;BR /&gt;
( &lt;BR /&gt;
 SELECT &lt;BR /&gt;
{ [geo].[All geo].Children } ON COLUMNS  , &lt;BR /&gt;
{ CrossJoin (  Hierarchize({ [product].[product].[All product], [product].[product].[All product].Children }) ,&lt;BR /&gt;
{ [Measures].[QuantitySUM] } ) } ON ROWS &lt;BR /&gt;
FROM&lt;BR /&gt;
    [Orion]&lt;BR /&gt;
 ); &lt;BR /&gt;
disconnect from olap; &lt;BR /&gt;
quit;</description>
      <pubDate>Wed, 03 Mar 2010 13:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63994#M18187</guid>
      <dc:creator>Phil_SBI</dc:creator>
      <dc:date>2010-03-03T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL connect to OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63995#M18188</link>
      <description>Yes you can do this, you need sas/access to oledb.&lt;BR /&gt;
&lt;BR /&gt;
See doc TS-700,</description>
      <pubDate>Mon, 08 Mar 2010 03:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63995#M18188</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-03-08T03:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL connect to OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63996#M18189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some topics in the SAS OLAP Server User's Guide that may also be of use. See the topics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Accessing OLAP Cubes from SAS : SQL Pass-Through Facility for OLAP&lt;/LI&gt;&lt;LI&gt;Connecting to a SAS OLAP Server Using the OLEDB Protocol&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; the SQLRC macro will also let you validate the success of your Proc SQL connection.&amp;nbsp; This willbe documented in the 9.4 release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:11:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SQL-connect-to-OLAP/m-p/63996#M18189</guid>
      <dc:creator>DLanningham</dc:creator>
      <dc:date>2012-12-12T17:11:21Z</dc:date>
    </item>
  </channel>
</rss>

