<?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: what order are the steps done in a proc sort? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850170#M336016</link>
    <description>thanks</description>
    <pubDate>Fri, 16 Dec 2022 22:33:04 GMT</pubDate>
    <dc:creator>cellurl1</dc:creator>
    <dc:date>2022-12-16T22:33:04Z</dc:date>
    <item>
      <title>what order are the steps done in a proc sort?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850108#M336002</link>
      <description>&lt;P&gt;proc sort data=customer_barcode_account nodupkey;&lt;BR /&gt;by cust_nbr;&lt;BR /&gt;where cust_nbr gt 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to me, this is 3 steps.&lt;/P&gt;&lt;P&gt;Q: What are the order of the steps, say I was splitting it into three steps, not one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 16:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850108#M336002</guid>
      <dc:creator>cellurl1</dc:creator>
      <dc:date>2022-12-16T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: what order are the steps done in a proc sort?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850111#M336003</link>
      <description>&lt;P&gt;The WHERE statement filters the data into PROC SORT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The NODUPKEY option filters the data out of PROC SORT.&lt;/P&gt;
&lt;P&gt;So the actual sorting is in the middle.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 17:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850111#M336003</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-12-16T17:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: what order are the steps done in a proc sort?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850170#M336016</link>
      <description>thanks</description>
      <pubDate>Fri, 16 Dec 2022 22:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-order-are-the-steps-done-in-a-proc-sort/m-p/850170#M336016</guid>
      <dc:creator>cellurl1</dc:creator>
      <dc:date>2022-12-16T22:33:04Z</dc:date>
    </item>
  </channel>
</rss>

