<?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 Heterogeneity issue slowing down my process flow in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Heterogeneity-issue-slowing-down-my-process-flow/m-p/245328#M17437</link>
    <description>&lt;P&gt;I'm pulling in a report created by another user on a Virtual Machine in SAS 9.4/EG 7.1 where i'm using a desktop version. &amp;nbsp;He doesn't get the error message on his virtual machine while I get the following error-type message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sales_rep for Local: SASUSER.CUSTOMER_SHIP_TO&lt;/P&gt;&lt;P&gt;"This query contains data from disparate data types, requiring a heterogeneous join. &amp;nbsp;This may negatively impact performance fo the query becuase of the need to transfer data to the SAS Workspace Server."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data source in question comes from the same point through different data sets. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen this issue before or know how I can rectify the error message to improve the performance?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 22:13:19 GMT</pubDate>
    <dc:creator>MPDeCoster</dc:creator>
    <dc:date>2016-01-21T22:13:19Z</dc:date>
    <item>
      <title>Heterogeneity issue slowing down my process flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Heterogeneity-issue-slowing-down-my-process-flow/m-p/245328#M17437</link>
      <description>&lt;P&gt;I'm pulling in a report created by another user on a Virtual Machine in SAS 9.4/EG 7.1 where i'm using a desktop version. &amp;nbsp;He doesn't get the error message on his virtual machine while I get the following error-type message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sales_rep for Local: SASUSER.CUSTOMER_SHIP_TO&lt;/P&gt;&lt;P&gt;"This query contains data from disparate data types, requiring a heterogeneous join. &amp;nbsp;This may negatively impact performance fo the query becuase of the need to transfer data to the SAS Workspace Server."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data source in question comes from the same point through different data sets. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen this issue before or know how I can rectify the error message to improve the performance?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Heterogeneity-issue-slowing-down-my-process-flow/m-p/245328#M17437</guid>
      <dc:creator>MPDeCoster</dc:creator>
      <dc:date>2016-01-21T22:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogeneity issue slowing down my process flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Heterogeneity-issue-slowing-down-my-process-flow/m-p/245609#M17460</link>
      <description>&lt;P&gt;Are you absolutely sure that they are pulling from the exact same sources? &amp;nbsp;Are you sure it's an error and not just a warning? &amp;nbsp;It sounds to me that you are joining tables from 2 different systems, which would mean your syntax is something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-code"&gt;libname mybase base 'C:\Base'; * remote data source #1 ;
libname myoracle oracle user=scott password=tiger path=oraclev11; * remote datasource #2;

proc fedsql;
   select mybase.products.prodid, mybase.products.product, myoracle.sales.totals 
      from mybase.products, myoracle.sales
      where products.prodid=sales.prodid;
quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 05:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Heterogeneity-issue-slowing-down-my-process-flow/m-p/245609#M17460</guid>
      <dc:creator>JBerry</dc:creator>
      <dc:date>2016-01-23T05:13:31Z</dc:date>
    </item>
  </channel>
</rss>

