<?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: Removing/Deleting Observations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/281083#M56929</link>
    <description>&lt;P&gt;Or a bit more efficient:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where point not in (4 30 157 163 164 165 167 171);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Jun 2016 13:10:20 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-06-29T13:10:20Z</dc:date>
    <item>
      <title>Removing/Deleting Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/280436#M56667</link>
      <description>&lt;PRE&gt;data reg.regnoouttest;
set reg.regnoout;
delete point {4 30 157 163 164 165 167 171};
run;&lt;/PRE&gt;&lt;P&gt;i am trying to run the this code and it tells me that I have an syntax error, and is expecting a semicolon. I do not understand why this is happening. I am literlaly typing this word for worf from an example on sas webstie. Can anyone help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 14:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/280436#M56667</guid>
      <dc:creator>holy9ner</dc:creator>
      <dc:date>2016-06-27T14:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Removing/Deleting Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/280453#M56676</link>
      <description>&lt;P&gt;Really? Post the link please.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It it should be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if point in (list of values here) then delete;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 15:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/280453#M56676</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-27T15:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing/Deleting Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/280584#M56717</link>
      <description>&lt;P&gt;I believe that the "delete point" portion of the code is only used in the SAS\IML product. Try using the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if point in (4 30 157 163 164 165 167 171) then delete;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 20:04:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/280584#M56717</guid>
      <dc:creator>howarder</dc:creator>
      <dc:date>2016-06-27T20:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Removing/Deleting Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/281083#M56929</link>
      <description>&lt;P&gt;Or a bit more efficient:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where point not in (4 30 157 163 164 165 167 171);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2016 13:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-Deleting-Observations/m-p/281083#M56929</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-29T13:10:20Z</dc:date>
    </item>
  </channel>
</rss>

