<?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: Sorting a Hash Table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sorting-a-Hash-Table/m-p/236104#M43231</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   if _n_=1 then do;
     if 0 then set sashelp.class;
     declare hash h(dataset:'sashelp.class',ordered:'y',multidata&amp;amp;colon;'y');
	 h.definekey('weight');
	 h.definedata(all:'y');
	 h.definedone();
   end;
   rc=h.output(dataset:'want');
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 23 Nov 2015 21:40:46 GMT</pubDate>
    <dc:creator>slchen</dc:creator>
    <dc:date>2015-11-23T21:40:46Z</dc:date>
    <item>
      <title>Sorting a Hash Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sorting-a-Hash-Table/m-p/236092#M43222</link>
      <description>&lt;P&gt;Hi, does anybody know how to sort a hash table?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 20:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sorting-a-Hash-Table/m-p/236092#M43222</guid>
      <dc:creator>hernan7800</dc:creator>
      <dc:date>2015-11-23T20:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Hash Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sorting-a-Hash-Table/m-p/236104#M43231</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   if _n_=1 then do;
     if 0 then set sashelp.class;
     declare hash h(dataset:'sashelp.class',ordered:'y',multidata&amp;amp;colon;'y');
	 h.definekey('weight');
	 h.definedata(all:'y');
	 h.definedone();
   end;
   rc=h.output(dataset:'want');
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Nov 2015 21:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sorting-a-Hash-Table/m-p/236104#M43231</guid>
      <dc:creator>slchen</dc:creator>
      <dc:date>2015-11-23T21:40:46Z</dc:date>
    </item>
  </channel>
</rss>

