<?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 Export 01/01/60 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-01-01-60/m-p/155091#M40722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;i have a table that it appends to and access .mdb&amp;nbsp; table.&amp;nbsp; In the Sas table there is a date that is formatted to mmddyy9. when it exports out to the access table it's converts over to a date time formatt 01/01/60 with time added to it ... I would like one to keep it as a date ...any ideas greatly appreciate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 01:37:52 GMT</pubDate>
    <dc:creator>BETO</dc:creator>
    <dc:date>2014-09-23T01:37:52Z</dc:date>
    <item>
      <title>Export 01/01/60</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-01-01-60/m-p/155091#M40722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;i have a table that it appends to and access .mdb&amp;nbsp; table.&amp;nbsp; In the Sas table there is a date that is formatted to mmddyy9. when it exports out to the access table it's converts over to a date time formatt 01/01/60 with time added to it ... I would like one to keep it as a date ...any ideas greatly appreciate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 01:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-01-01-60/m-p/155091#M40722</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2014-09-23T01:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export 01/01/60</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-01-01-60/m-p/155092#M40723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to convert your SAS date to a SAS datetime before exporting it. You can use the DHMS function for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;_null_&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;&amp;nbsp; MySASDate = today();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;&amp;nbsp; MySASDateTime = dhms(MySASDate, &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; background: white; font-family: Consolas;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; background: white; font-family: Consolas;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; background: white; font-family: Consolas;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;&amp;nbsp; format MySASDateTime &lt;SPAN style="background: white; color: teal; font-family: Consolas; font-size: 9pt;"&gt;datetime24.;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;put MySASDateTime&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 03:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-01-01-60/m-p/155092#M40723</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-23T03:15:17Z</dc:date>
    </item>
  </channel>
</rss>

