<?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 tag sort in proc sort in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784213#M250222</link>
    <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;Can someone explain about tag sort? Different definitions in search so I am not sure what exactly it is doing.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
    <pubDate>Sun, 05 Dec 2021 21:33:09 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2021-12-05T21:33:09Z</dc:date>
    <item>
      <title>tag sort in proc sort</title>
      <link>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784213#M250222</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;Can someone explain about tag sort? Different definitions in search so I am not sure what exactly it is doing.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 21:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784213#M250222</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-12-05T21:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: tag sort in proc sort</title>
      <link>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784214#M250223</link>
      <description>&lt;P&gt;What's hard to understand here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 class="xisDoc-argument"&gt;TAGSORT&lt;/H4&gt;
&lt;DIV class="xisDoc-argumentDescription"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;stores only the BY variables and the observation numbers in temporary files. The BY variables and the observation numbers are called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM class="xisDoc-userSuppliedValue"&gt;tags&lt;/EM&gt;. At the completion of the sorting process, PROC SORT uses the tags to retrieve records from the input data set in sorted order.&lt;/P&gt;
&lt;DIV id="n1tsss84rtp63on0z8v3vsy9puni" class="xisDoc-note"&gt;&lt;SPAN class="xisDoc-noteGenText"&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;The utility file created is much smaller than it would be if the TAGSORT option were not specified.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 05 Dec 2021 21:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784214#M250223</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-12-05T21:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: tag sort in proc sort</title>
      <link>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784225#M250229</link>
      <description>&lt;P&gt;This option tells SAS to only read the BY variables when sorting.&lt;/P&gt;
&lt;P&gt;The other variables are added as a second step.&lt;/P&gt;
&lt;P&gt;Pros: Small utility file as few variables are moved around&lt;/P&gt;
&lt;P&gt;Cons: Fetching the other variables when the sort is complete can take a long time&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 23:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/tag-sort-in-proc-sort/m-p/784225#M250229</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-12-05T23:58:59Z</dc:date>
    </item>
  </channel>
</rss>

