<?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: Deleting observations based on date in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537447#M6769</link>
    <description>&lt;P&gt;thank you so much for your help!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 16:27:03 GMT</pubDate>
    <dc:creator>aperansi</dc:creator>
    <dc:date>2019-02-21T16:27:03Z</dc:date>
    <item>
      <title>Deleting observations based on date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537422#M6764</link>
      <description>&lt;P&gt;I have a data set that I run every month with data from the 1st through the 30/31st, but I would like to delete observations that come after the 15th of that month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me create an if statement that will delete any observations that come after the 15th of every month?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537422#M6764</guid>
      <dc:creator>aperansi</dc:creator>
      <dc:date>2019-02-21T15:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting observations based on date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537423#M6765</link>
      <description>&lt;P&gt;without sample, I am guessing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if day(date)&amp;gt;15 then delete;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537423#M6765</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-02-21T15:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting observations based on date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537428#M6766</link>
      <description>so the variable in question is called est_date, so would I replace the "date" you have in the parentheses with est_date?</description>
      <pubDate>Thu, 21 Feb 2019 15:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537428#M6766</guid>
      <dc:creator>aperansi</dc:creator>
      <dc:date>2019-02-21T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting observations based on date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537429#M6767</link>
      <description>&lt;P&gt;yes that's correct&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537429#M6767</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-02-21T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting observations based on date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537447#M6769</link>
      <description>&lt;P&gt;thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 16:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537447#M6769</guid>
      <dc:creator>aperansi</dc:creator>
      <dc:date>2019-02-21T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting observations based on date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537448#M6770</link>
      <description>&lt;P&gt;You are welcome. Thank you for your questions and participation on the community&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 16:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-observations-based-on-date/m-p/537448#M6770</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-02-21T16:30:04Z</dc:date>
    </item>
  </channel>
</rss>

