<?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 How to force sas functions to run on sas not Oracle in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60401#M2795</link>
    <description>Is there a way to make SAS run it's functions on a query to oracle?  This way I don't have to worry about how oracle handles the functions.  &lt;BR /&gt;
&lt;BR /&gt;
Thank You</description>
    <pubDate>Fri, 07 Jan 2011 18:21:15 GMT</pubDate>
    <dc:creator>jerry898969</dc:creator>
    <dc:date>2011-01-07T18:21:15Z</dc:date>
    <item>
      <title>How to force sas functions to run on sas not Oracle</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60401#M2795</link>
      <description>Is there a way to make SAS run it's functions on a query to oracle?  This way I don't have to worry about how oracle handles the functions.  &lt;BR /&gt;
&lt;BR /&gt;
Thank You</description>
      <pubDate>Fri, 07 Jan 2011 18:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60401#M2795</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2011-01-07T18:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to force sas functions to run on sas not Oracle</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60402#M2796</link>
      <description>Suggest the OP share a code example for more specific, tailored guidance.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS/ACCESS for Relational Databases: Reference, Optimizing Your SQL Usage&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/a002254657.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/a002254657.htm&lt;/A&gt;</description>
      <pubDate>Fri, 07 Jan 2011 19:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60402#M2796</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-01-07T19:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to force sas functions to run on sas not Oracle</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60403#M2797</link>
      <description>Scott,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply.&lt;BR /&gt;
&lt;BR /&gt;
ex.&lt;BR /&gt;
&lt;BR /&gt;
Proc sql  ;&lt;BR /&gt;
select max(id)&lt;BR /&gt;
from oracle.customers&lt;BR /&gt;
quit ;&lt;BR /&gt;
&lt;BR /&gt;
In this instance is there a way to have sas get all the rows from oracle then run the sas max function to get the correct value?&lt;BR /&gt;
&lt;BR /&gt;
I know I can just bring in the table and do it in seperate steps but I was asked to see if this example is possible.&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Fri, 07 Jan 2011 19:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60403#M2797</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2011-01-07T19:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to force sas functions to run on sas not Oracle</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60404#M2798</link>
      <description>Check SAS/ACCESS DOC and PASS-through facility using the CONNECTION parameter as part of your SELECT.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
proc sql nested query oracle site:sas.com</description>
      <pubDate>Sat, 08 Jan 2011 15:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-force-sas-functions-to-run-on-sas-not-Oracle/m-p/60404#M2798</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-01-08T15:02:13Z</dc:date>
    </item>
  </channel>
</rss>

