<?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: connecting to OLAP Server in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/connecting-to-OLAP-Server/m-p/3558#M1167</link>
    <description>Are you looking for something like this:&lt;BR /&gt;
&lt;BR /&gt;
/* supply your correct olap host machine and port */&lt;BR /&gt;
PROC SQL; &lt;BR /&gt;
CONNECT TO OLAP (HOST="myOlapServer" PORT=7994);&lt;BR /&gt;
CREATE TABLE WORK.SLICE AS&lt;BR /&gt;
SELECT * FROM CONNECTION TO OLAP&lt;BR /&gt;
(SELECT &lt;BR /&gt;
    { CrossJoin (  { [TIME].[YWD].DefaultMember.Level.Members } ,  { [Measures].[COSTPRICE_PER_UNITAVG] } ) } ON COLUMNS  ,  { [CUSTOMERS].[All CUSTOMERS].Children } ON ROWS FROM&lt;BR /&gt;
    [DETAIL]&lt;BR /&gt;
 );&lt;BR /&gt;
DISCONNECT FROM OLAP;&lt;BR /&gt;
RUN;&lt;BR /&gt;
QUIT;</description>
    <pubDate>Thu, 28 Jun 2007 20:10:33 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2007-06-28T20:10:33Z</dc:date>
    <item>
      <title>connecting to OLAP Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/connecting-to-OLAP-Server/m-p/3557#M1166</link>
      <description>Can any one send me the base sas code for connecting to OLAP Server.</description>
      <pubDate>Mon, 25 Jun 2007 06:52:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/connecting-to-OLAP-Server/m-p/3557#M1166</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-25T06:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to OLAP Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/connecting-to-OLAP-Server/m-p/3558#M1167</link>
      <description>Are you looking for something like this:&lt;BR /&gt;
&lt;BR /&gt;
/* supply your correct olap host machine and port */&lt;BR /&gt;
PROC SQL; &lt;BR /&gt;
CONNECT TO OLAP (HOST="myOlapServer" PORT=7994);&lt;BR /&gt;
CREATE TABLE WORK.SLICE AS&lt;BR /&gt;
SELECT * FROM CONNECTION TO OLAP&lt;BR /&gt;
(SELECT &lt;BR /&gt;
    { CrossJoin (  { [TIME].[YWD].DefaultMember.Level.Members } ,  { [Measures].[COSTPRICE_PER_UNITAVG] } ) } ON COLUMNS  ,  { [CUSTOMERS].[All CUSTOMERS].Children } ON ROWS FROM&lt;BR /&gt;
    [DETAIL]&lt;BR /&gt;
 );&lt;BR /&gt;
DISCONNECT FROM OLAP;&lt;BR /&gt;
RUN;&lt;BR /&gt;
QUIT;</description>
      <pubDate>Thu, 28 Jun 2007 20:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/connecting-to-OLAP-Server/m-p/3558#M1167</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2007-06-28T20:10:33Z</dc:date>
    </item>
  </channel>
</rss>

