<?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 Statement to remove all observations below a certain string. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Statement-to-remove-all-observations-below-a-certain-string/m-p/176829#M45324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; H&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ello there!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small issue i've been googleing to no avail and would appreciate some help if that's ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an exported report that's in a stupid format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once read in I want a statement to run to say the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF Var1 = "UC" then delete all observations below it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stret&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 10:34:22 GMT</pubDate>
    <dc:creator>Stretlow</dc:creator>
    <dc:date>2014-05-29T10:34:22Z</dc:date>
    <item>
      <title>Statement to remove all observations below a certain string.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Statement-to-remove-all-observations-below-a-certain-string/m-p/176829#M45324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; H&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ello there!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small issue i've been googleing to no avail and would appreciate some help if that's ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an exported report that's in a stupid format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once read in I want a statement to run to say the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF Var1 = "UC" then delete all observations below it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stret&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 10:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Statement-to-remove-all-observations-below-a-certain-string/m-p/176829#M45324</guid>
      <dc:creator>Stretlow</dc:creator>
      <dc:date>2014-05-29T10:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Statement to remove all observations below a certain string.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Statement-to-remove-all-observations-below-a-certain-string/m-p/176830#M45325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data clip;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set unclip;&lt;/P&gt;&lt;P&gt;&amp;nbsp; output;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if var1 eq 'UC' then stop;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 10:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Statement-to-remove-all-observations-below-a-certain-string/m-p/176830#M45325</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-05-29T10:39:49Z</dc:date>
    </item>
  </channel>
</rss>

