<?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: How to exclude a specific date? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-exclude-a-specific-date/m-p/727956#M226497</link>
    <description>&lt;P&gt;Assuming your DOB variable is indeed a SAS date either of these should work:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where '01Mar2003'd &amp;lt;= dob &amp;lt;= '31Mar2009'd;

where dob between '01Mar2003'd and '31Mar2009'd;&lt;/CODE&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Mar 2021 23:53:24 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-03-20T23:53:24Z</dc:date>
    <item>
      <title>How to exclude a specific date?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-exclude-a-specific-date/m-p/727954#M226496</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to exclude all people born before 3/1/2003 in a variable 'dob'.&amp;nbsp;&lt;SPAN&gt;dob is the format of ''mmddyy10.''&lt;/SPAN&gt;&amp;nbsp;I am also trying to exclude all people born after 3/31/2009 in the same variable 'dob'.&lt;/P&gt;&lt;P&gt;Please advise, thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 23:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-exclude-a-specific-date/m-p/727954#M226496</guid>
      <dc:creator>sierranalani</dc:creator>
      <dc:date>2021-03-20T23:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a specific date?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-exclude-a-specific-date/m-p/727956#M226497</link>
      <description>&lt;P&gt;Assuming your DOB variable is indeed a SAS date either of these should work:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where '01Mar2003'd &amp;lt;= dob &amp;lt;= '31Mar2009'd;

where dob between '01Mar2003'd and '31Mar2009'd;&lt;/CODE&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 23:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-exclude-a-specific-date/m-p/727956#M226497</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-20T23:53:24Z</dc:date>
    </item>
  </channel>
</rss>

