<?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 limit obs in Pass-thru sql in EG? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56603#M5903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pulling data from Oracle database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 22:51:45 GMT</pubDate>
    <dc:creator>renjithr</dc:creator>
    <dc:date>2012-02-16T22:51:45Z</dc:date>
    <item>
      <title>How to limit obs in Pass-thru sql in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56601#M5901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please let me know how to limit the number of observations/rows in a pass-thru SQL?&lt;/P&gt;&lt;P&gt;I have tried INOBS and OUTOBS ,but looks like it does not work in pass through&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 21:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56601#M5901</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2012-02-16T21:47:21Z</dc:date>
    </item>
    <item>
      <title>How to limit obs in Pass-thru sql in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56602#M5902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using pass-thru SQL, then you have to use whatever is required in the destinatuin database (and it may not exist).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 22:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56602#M5902</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-02-16T22:43:15Z</dc:date>
    </item>
    <item>
      <title>How to limit obs in Pass-thru sql in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56603#M5903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pulling data from Oracle database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 22:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56603#M5903</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2012-02-16T22:51:45Z</dc:date>
    </item>
    <item>
      <title>How to limit obs in Pass-thru sql in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56604#M5904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the rownum variable or rank() function, see here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://bytes.com/topic/oracle/answers/631642-top-10-rows"&gt;http://bytes.com/topic/oracle/answers/631642-top-10-rows&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 00:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56604#M5904</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-02-17T00:26:28Z</dc:date>
    </item>
    <item>
      <title>How to limit obs in Pass-thru sql in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56605#M5905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also this is useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/15/624.html"&gt;http://support.sas.com/kb/15/624.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * &lt;/P&gt;&lt;P&gt;from table&lt;/P&gt;&lt;P&gt;where rownum &amp;lt;= 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will get you the first 10 reows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 00:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-limit-obs-in-Pass-thru-sql-in-EG/m-p/56605#M5905</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-02-17T00:29:53Z</dc:date>
    </item>
  </channel>
</rss>

