<?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: how to delete the first row ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738747#M80498</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transpose data = cert.class out = score_transposed;
var score1-score3 homework ;
id name;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 03 May 2021 23:45:24 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2021-05-03T23:45:24Z</dc:date>
    <item>
      <title>how to delete the first row ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738740#M80497</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'class';
proc print data = cert.class ;
run;

proc transpose data = cert.class out = score_transposed;
var name score1-score3 homework ;
run;

proc print data  = score_transposed ;
 title 'score for the year';
run;&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;following&amp;nbsp;is&amp;nbsp;output&amp;nbsp;:&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1620083565758.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58989iEB664E0841F7570A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1620083565758.png" alt="tianerhu_0-1620083565758.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I want to delete the first row in the second table—— _NAME_ COL1 COL2 COL3 COL4 , how to do ?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 23:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738740#M80497</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-03T23:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete the first row ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738747#M80498</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transpose data = cert.class out = score_transposed;
var score1-score3 homework ;
id name;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 May 2021 23:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738747#M80498</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2021-05-03T23:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete the first row ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738759#M80499</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 01:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-the-first-row/m-p/738759#M80499</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-04T01:05:48Z</dc:date>
    </item>
  </channel>
</rss>

