<?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 How to move a row to Top row in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267375#M52840</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to move the row Total to the Top of the table but of course sort will not help.&lt;/P&gt;
&lt;P&gt;Can you help me with it?&lt;/P&gt;
&lt;P&gt;Thanks so much and have a nice weekend.&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data have;&lt;BR /&gt; input name $ Num;&lt;BR /&gt; cards;&lt;/P&gt;
&lt;P&gt;a 1&lt;BR /&gt;b 2&lt;BR /&gt;total&amp;nbsp;11111&lt;BR /&gt;zz 4&lt;BR /&gt;ww 5&lt;BR /&gt;;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Apr 2016 03:01:43 GMT</pubDate>
    <dc:creator>hhchenfx</dc:creator>
    <dc:date>2016-04-30T03:01:43Z</dc:date>
    <item>
      <title>How to move a row to Top row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267375#M52840</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to move the row Total to the Top of the table but of course sort will not help.&lt;/P&gt;
&lt;P&gt;Can you help me with it?&lt;/P&gt;
&lt;P&gt;Thanks so much and have a nice weekend.&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data have;&lt;BR /&gt; input name $ Num;&lt;BR /&gt; cards;&lt;/P&gt;
&lt;P&gt;a 1&lt;BR /&gt;b 2&lt;BR /&gt;total&amp;nbsp;11111&lt;BR /&gt;zz 4&lt;BR /&gt;ww 5&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 03:01:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267375#M52840</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2016-04-30T03:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a row to Top row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267377#M52842</link>
      <description>&lt;P&gt;This should do it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;set have (where=(name='total'))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;have (where=(name ne 'total'));&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 03:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267377#M52842</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-04-30T03:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a row to Top row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267380#M52843</link>
      <description>&lt;P&gt;Oh, that's amazing, Astounding!&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 03:49:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-move-a-row-to-Top-row/m-p/267380#M52843</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2016-04-30T03:49:50Z</dc:date>
    </item>
  </channel>
</rss>

