<?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= command with formatted date variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145666#M38761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I hope you are well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I know my question might seem basic but I can't seem to figure it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am trying to filter my data based on a date variable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;My date variable is formatted using&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;yymmdd10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I tried&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where 20080102 &amp;lt;=date &amp;lt;= 20101231;&lt;/P&gt;&lt;P&gt;Where '20080102'd &amp;lt;=date &amp;lt;= '20101231'd;&lt;/P&gt;&lt;P&gt;Where "2008-01-02" &amp;lt;=date &amp;lt;= "2010-12-31";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Sorry for taking your time. Thank you very much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Mar 2014 21:56:13 GMT</pubDate>
    <dc:creator>BchBnz</dc:creator>
    <dc:date>2014-03-16T21:56:13Z</dc:date>
    <item>
      <title>Where= command with formatted date variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145666#M38761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I hope you are well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I know my question might seem basic but I can't seem to figure it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am trying to filter my data based on a date variable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;My date variable is formatted using&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;yymmdd10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I tried&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where 20080102 &amp;lt;=date &amp;lt;= 20101231;&lt;/P&gt;&lt;P&gt;Where '20080102'd &amp;lt;=date &amp;lt;= '20101231'd;&lt;/P&gt;&lt;P&gt;Where "2008-01-02" &amp;lt;=date &amp;lt;= "2010-12-31";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Sorry for taking your time. Thank you very much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 21:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145666#M38761</guid>
      <dc:creator>BchBnz</dc:creator>
      <dc:date>2014-03-16T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where= command with formatted date variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145667#M38762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date literals in SAS use the DATE format. The format attached the variable does not matter as the format does not modify the stored value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Where '02JAN2008'd &amp;lt;=date &amp;lt;= '31DEC2010'd;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 22:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145667#M38762</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-03-16T22:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where= command with formatted date variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145668#M38763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I did not know that!&lt;/P&gt;&lt;P&gt;Thank you very much Tom. You are always very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 23:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-command-with-formatted-date-variable/m-p/145668#M38763</guid>
      <dc:creator>BchBnz</dc:creator>
      <dc:date>2014-03-16T23:18:28Z</dc:date>
    </item>
  </channel>
</rss>

