<?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: PROC SORT AND WHERE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686512#M208339</link>
    <description>Tks a lot to answer!</description>
    <pubDate>Thu, 24 Sep 2020 20:29:56 GMT</pubDate>
    <dc:creator>Rogerio_Alves</dc:creator>
    <dc:date>2020-09-24T20:29:56Z</dc:date>
    <item>
      <title>PROC SORT AND WHERE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686499#M208336</link>
      <description>&lt;P&gt;Do you know how many WHERE statement can I use in a PROC SORT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 19:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686499#M208336</guid>
      <dc:creator>Rogerio_Alves</dc:creator>
      <dc:date>2020-09-24T19:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SORT AND WHERE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686501#M208337</link>
      <description>&lt;P&gt;One simple Where. Most of the procedures will only apply the last Where statement if multiples are in the code.&lt;/P&gt;
&lt;P&gt;WHERE ALSO adds conditions to a previous Where.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use compound conditions like&lt;/P&gt;
&lt;P&gt;Where somevar in ('this value' 'that value') and Othervar=5;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are going to experiment with Proc Sort you want to make sure that you use an OUT= destination data set different than the source data to prevent removing records when your logic isn't quite right.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 19:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686501#M208337</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-24T19:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SORT AND WHERE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686512#M208339</link>
      <description>Tks a lot to answer!</description>
      <pubDate>Thu, 24 Sep 2020 20:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SORT-AND-WHERE/m-p/686512#M208339</guid>
      <dc:creator>Rogerio_Alves</dc:creator>
      <dc:date>2020-09-24T20:29:56Z</dc:date>
    </item>
  </channel>
</rss>

