<?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 DDMMMMYYYY in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/DDMMMMYYYY/m-p/414521#M101561</link>
    <description>&lt;P&gt;Good Afternoon&lt;/P&gt;&lt;P&gt;Im wondering if there is any way to convert a Text date that looks like 02JAN2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since im simply reading a dataset that has the date stored in this manor, im extracting it using a select statement, if at possible to convert or substring it from there and convert it, would be Best for me newbie self &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help is greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;happy friday!&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2017 19:46:17 GMT</pubDate>
    <dc:creator>Bellefeuille</dc:creator>
    <dc:date>2017-11-17T19:46:17Z</dc:date>
    <item>
      <title>DDMMMMYYYY</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DDMMMMYYYY/m-p/414521#M101561</link>
      <description>&lt;P&gt;Good Afternoon&lt;/P&gt;&lt;P&gt;Im wondering if there is any way to convert a Text date that looks like 02JAN2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since im simply reading a dataset that has the date stored in this manor, im extracting it using a select statement, if at possible to convert or substring it from there and convert it, would be Best for me newbie self &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help is greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;happy friday!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 19:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DDMMMMYYYY/m-p/414521#M101561</guid>
      <dc:creator>Bellefeuille</dc:creator>
      <dc:date>2017-11-17T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: DDMMMMYYYY</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DDMMMMYYYY/m-p/414523#M101562</link>
      <description>&lt;P&gt;In a data step, since you have already read the data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SASDate = input(yourdate, date9.);&lt;/P&gt;
&lt;P&gt;format SASdate date9. ; /* or any of the other date formats humans like*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in sql it would be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input(yourdate,date9.) as SASDate format=date9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best would be to read the data initially.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 19:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DDMMMMYYYY/m-p/414523#M101562</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-17T19:57:08Z</dc:date>
    </item>
  </channel>
</rss>

