<?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: Not Sorted option. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205610#M38237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000202968.htm" style="font-size: 10pt;" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000202968.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Notsorted is for when data is grouped logically, but not necessarily in alphabetic or numeric order.&amp;nbsp; I.e.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;B&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;B&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;B&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;A&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;A&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;C&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;C&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The data A is grouped together but is not sequential to B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 09:29:31 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-03-19T09:29:31Z</dc:date>
    <item>
      <title>Not Sorted option.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205608#M38235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain me what is the purpose of &lt;SPAN style="font-size: 14pt;"&gt;notsorted &lt;SPAN style="font-size: 10pt;"&gt;option and in which situation i should make use of it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205608#M38235</guid>
      <dc:creator>Chikku</dc:creator>
      <dc:date>2015-03-19T09:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not Sorted option.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205609#M38236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know that your data is sorted, but not in a pre-defined sorting sequence (such as ASCII, ANSI etc).&lt;/P&gt;&lt;P&gt;I.e. month names.&lt;/P&gt;&lt;P&gt;The benefit is that you still will be able to use BY group processing in the data step/PROCs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205609#M38236</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-03-19T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not Sorted option.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205610#M38237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000202968.htm" style="font-size: 10pt;" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000202968.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Notsorted is for when data is grouped logically, but not necessarily in alphabetic or numeric order.&amp;nbsp; I.e.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;B&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;B&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;B&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;A&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;A&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;C&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;C&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The data A is grouped together but is not sequential to B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-Sorted-option/m-p/205610#M38237</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-03-19T09:29:31Z</dc:date>
    </item>
  </channel>
</rss>

