<?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: Proc Export Dates Before/After Date in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179952#M45910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, if DATE_RECEIVED is a SAS datetime and not a date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where=(DATE_RECEIVED&amp;gt;'10MAR1992:00:00:00'DT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 02:56:59 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2014-04-15T02:56:59Z</dc:date>
    <item>
      <title>Proc Export Dates Before/After Date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179950#M45908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="background-color: white; background-repeat: initial initial; background-position: initial initial;"&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 10pt;"&gt;I want to export observations which &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New';"&gt;occurred&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 10pt;"&gt; after x date, how can I modify this query to do so?&amp;nbsp; I've tried AFTER, IS AFTER, and &amp;gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;Proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;export&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=MAUDE.Total1999thru2013 (where=(DATE_RECEIVED=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;'10MAR1992'D&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=excel file=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"...\Output\test9.xls"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 01:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179950#M45908</guid>
      <dc:creator>Tegan</dc:creator>
      <dc:date>2014-04-15T01:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export Dates Before/After Date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179951#M45909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 01:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179951#M45909</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-04-15T01:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export Dates Before/After Date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179952#M45910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, if DATE_RECEIVED is a SAS datetime and not a date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where=(DATE_RECEIVED&amp;gt;'10MAR1992:00:00:00'DT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 02:56:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-Dates-Before-After-Date/m-p/179952#M45910</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-04-15T02:56:59Z</dc:date>
    </item>
  </channel>
</rss>

