<?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 deleting rows in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184448#M46901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to delete the 44 first rows in sas database. I find how to delete a point (&lt;STRONG style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;TT style="font-family: inherit;"&gt;delete point ), but I want to delete all rows from 1 to 44.&lt;/TT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;TT style="font-family: inherit;"&gt;Thanks&lt;/TT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 17:42:24 GMT</pubDate>
    <dc:creator>sasphd</dc:creator>
    <dc:date>2014-09-03T17:42:24Z</dc:date>
    <item>
      <title>deleting rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184448#M46901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to delete the 44 first rows in sas database. I find how to delete a point (&lt;STRONG style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;TT style="font-family: inherit;"&gt;delete point ), but I want to delete all rows from 1 to 44.&lt;/TT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;TT style="font-family: inherit;"&gt;Thanks&lt;/TT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 17:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184448#M46901</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2014-09-03T17:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: deleting rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184449#M46902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have any particular meta data in the table (such as indexes, constraints etc) you could rewrite the table using data - set (firstobs=).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 17:47:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184449#M46902</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-09-03T17:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: deleting rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184450#M46903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use firstobs option to control the observations you wish to keep in the dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have(firstobs=45);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will keep only observations starting from 45 to remaining and the first 44 obs will not be there in want;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 17:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/deleting-rows/m-p/184450#M46903</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-09-03T17:48:28Z</dc:date>
    </item>
  </channel>
</rss>

