<?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 Where clause with missing dates in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Where-clause-with-missing-dates/m-p/231179#M5670</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I wanted to do a query where I will get all dates within a range and the cells where the dates are missing. I wrote the following code, but it's not working. Can someone please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data want;&lt;BR /&gt;set have;&lt;BR /&gt;WHERE start_date between "01Oct2014"d and "30Sep2015"d and start_date&amp;nbsp;= .;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2015 14:49:45 GMT</pubDate>
    <dc:creator>mlogan</dc:creator>
    <dc:date>2015-10-22T14:49:45Z</dc:date>
    <item>
      <title>Where clause with missing dates</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Where-clause-with-missing-dates/m-p/231179#M5670</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I wanted to do a query where I will get all dates within a range and the cells where the dates are missing. I wrote the following code, but it's not working. Can someone please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data want;&lt;BR /&gt;set have;&lt;BR /&gt;WHERE start_date between "01Oct2014"d and "30Sep2015"d and start_date&amp;nbsp;= .;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 14:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Where-clause-with-missing-dates/m-p/231179#M5670</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-10-22T14:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause with missing dates</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Where-clause-with-missing-dates/m-p/231180#M5671</link>
      <description>&lt;P&gt;OR start_date=.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cannot be between two dates &lt;STRONG&gt;and&lt;/STRONG&gt; missing at the same time&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 14:51:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Where-clause-with-missing-dates/m-p/231180#M5671</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-10-22T14:51:39Z</dc:date>
    </item>
  </channel>
</rss>

