<?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 sql equivalent of first.variable not equal to last.variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sql-equivalent-of-first-variable-not-equal-to-last-variable/m-p/17074#M2438</link>
    <description>in datastep if we want to select all those not distinct records first.variable ne last.variable logic can be applied.&lt;BR /&gt;
Is there an equivalent in proc sql?</description>
    <pubDate>Thu, 14 Oct 2010 18:49:59 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2010-10-14T18:49:59Z</dc:date>
    <item>
      <title>sql equivalent of first.variable not equal to last.variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sql-equivalent-of-first-variable-not-equal-to-last-variable/m-p/17074#M2438</link>
      <description>in datastep if we want to select all those not distinct records first.variable ne last.variable logic can be applied.&lt;BR /&gt;
Is there an equivalent in proc sql?</description>
      <pubDate>Thu, 14 Oct 2010 18:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sql-equivalent-of-first-variable-not-equal-to-last-variable/m-p/17074#M2438</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-10-14T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: sql equivalent of first.variable not equal to last.variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sql-equivalent-of-first-variable-not-equal-to-last-variable/m-p/17075#M2439</link>
      <description>Got it:&lt;BR /&gt;
&lt;BR /&gt;
group by variable name&lt;BR /&gt;
 having count(*)&amp;gt;1</description>
      <pubDate>Thu, 14 Oct 2010 19:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sql-equivalent-of-first-variable-not-equal-to-last-variable/m-p/17075#M2439</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-10-14T19:12:57Z</dc:date>
    </item>
  </channel>
</rss>

