<?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: What is DATES3M9. date format? How do I convert it to DATE9. format? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540048#M7165</link>
    <description>&lt;P&gt;Thanks Brother&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 14:50:52 GMT</pubDate>
    <dc:creator>Sujithpeta</dc:creator>
    <dc:date>2019-03-04T14:50:52Z</dc:date>
    <item>
      <title>What is DATES3M9. date format? How do I convert it to DATE9. format?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540041#M7163</link>
      <description>&lt;P&gt;Hey, I've a column "DeathDate" in my dataset which is supposed to be a date variable, but the data format and type are numerical, the format is also shown as&amp;nbsp;DATES3M9.&lt;/P&gt;&lt;P&gt;I didn't&amp;nbsp;get any search result on this date format on google. Wondering if it's possible to convert this to DATE9. Or&amp;nbsp;column is made such that to de-identify. Below is how the data points look in the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DeathDate&lt;BR /&gt;18494&lt;BR /&gt;19078&lt;BR /&gt;19142&lt;BR /&gt;19147&lt;BR /&gt;19196&lt;BR /&gt;19247&lt;BR /&gt;19366&lt;BR /&gt;19443&lt;BR /&gt;19487&lt;BR /&gt;19426&lt;BR /&gt;19848&lt;BR /&gt;19908&lt;BR /&gt;20086&lt;BR /&gt;20230&lt;BR /&gt;20352&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:42:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540041#M7163</guid>
      <dc:creator>Sujithpeta</dc:creator>
      <dc:date>2019-03-04T14:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is DATES3M9. date format? How do I convert it to DATE9. format?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540043#M7164</link>
      <description>&lt;P&gt;If they are&lt;STRONG&gt; just numbers&lt;/STRONG&gt;, you could apply any format you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data dd;
input dd;
format dd date9.;
cards;
18494
19078
19142
19147
19196
19247
19366
19443
19487
19426
19848
19908
20086
20230
20352
;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:44:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540043#M7164</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-03-04T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is DATES3M9. date format? How do I convert it to DATE9. format?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540048#M7165</link>
      <description>&lt;P&gt;Thanks Brother&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-is-DATES3M9-date-format-How-do-I-convert-it-to-DATE9-format/m-p/540048#M7165</guid>
      <dc:creator>Sujithpeta</dc:creator>
      <dc:date>2019-03-04T14:50:52Z</dc:date>
    </item>
  </channel>
</rss>

