<?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: Delete rows based on a date in yymmdd8. format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659060#M197472</link>
    <description>That worked perfectly, thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Mon, 15 Jun 2020 17:14:47 GMT</pubDate>
    <dc:creator>CherylA</dc:creator>
    <dc:date>2020-06-15T17:14:47Z</dc:date>
    <item>
      <title>Delete rows based on a date in yymmdd8. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659056#M197469</link>
      <description>&lt;P&gt;I need to remove all records from a dataset where the field 'Start_date' isn't within a certain range of dates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;START_DATE - is in the format DATE9. i.e 01JAN2020.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep having formatting errors whichever way I try.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659056#M197469</guid>
      <dc:creator>CherylA</dc:creator>
      <dc:date>2020-06-15T17:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows based on a date in yymmdd8. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659057#M197470</link>
      <description>if start_date &amp;gt; '01Apr2020'd then delete;&lt;BR /&gt;&lt;BR /&gt;You need to specify your date as a date9 format with a d after the string. Above should work and give you an idea of how to format your code.</description>
      <pubDate>Mon, 15 Jun 2020 17:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659057#M197470</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-15T17:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows based on a date in yymmdd8. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659059#M197471</link>
      <description>&lt;P&gt;A SAS date literal needs to be written in the form&lt;/P&gt;
&lt;PRE&gt;"01JAN2020"d&lt;/PRE&gt;
&lt;P&gt;to be compared with SAS dates.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659059#M197471</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-15T17:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows based on a date in yymmdd8. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659060#M197472</link>
      <description>That worked perfectly, thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-rows-based-on-a-date-in-yymmdd8-format/m-p/659060#M197472</guid>
      <dc:creator>CherylA</dc:creator>
      <dc:date>2020-06-15T17:14:47Z</dc:date>
    </item>
  </channel>
</rss>

