<?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: remove rows from 100 to 200 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/remove-rows-from-100-to-200/m-p/696968#M25322</link>
    <description>&lt;PRE&gt;data want;
   set have;
   if _n_ in (100:200) then delete;
run;&lt;/PRE&gt;
&lt;P&gt;One way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 20:38:18 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-11-05T20:38:18Z</dc:date>
    <item>
      <title>remove rows from 100 to 200</title>
      <link>https://communities.sas.com/t5/New-SAS-User/remove-rows-from-100-to-200/m-p/696965#M25321</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I want to remove the specific range of rows from 100 to 200,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;can I do that in SAS?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/remove-rows-from-100-to-200/m-p/696965#M25321</guid>
      <dc:creator>Smitha9</dc:creator>
      <dc:date>2020-11-05T20:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: remove rows from 100 to 200</title>
      <link>https://communities.sas.com/t5/New-SAS-User/remove-rows-from-100-to-200/m-p/696968#M25322</link>
      <description>&lt;PRE&gt;data want;
   set have;
   if _n_ in (100:200) then delete;
run;&lt;/PRE&gt;
&lt;P&gt;One way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/remove-rows-from-100-to-200/m-p/696968#M25322</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-05T20:38:18Z</dc:date>
    </item>
  </channel>
</rss>

