<?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: Converting character worddate. format into a date format? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355746#M274064</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The INFORMAT of ANYDTDTE. worked for me as shown below.&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8697iE4F588E9B2825EB0/image-size/original?v=1.0&amp;amp;px=-1" alt="read_char_date_val.png" title="read_char_date_val.png" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2017 19:50:47 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2017-05-03T19:50:47Z</dc:date>
    <item>
      <title>Converting character worddate. format into a date format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355735#M274061</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataset that I have,&amp;nbsp;has the date as a character format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;April 1, 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used input function but it didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to convert this to a date format?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355735#M274061</guid>
      <dc:creator>krm</dc:creator>
      <dc:date>2017-05-03T19:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Converting character worddate. format into a date format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355741#M274062</link>
      <description>&lt;P&gt;Try INPUT with ANYDTDTE informat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:45:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355741#M274062</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-03T19:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Converting character worddate. format into a date format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355744#M274063</link>
      <description>&lt;P&gt;It worked! great information thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;input(date,ANYDTDTE32.) as new_date format date10.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355744#M274063</guid>
      <dc:creator>krm</dc:creator>
      <dc:date>2017-05-03T19:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Converting character worddate. format into a date format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355746#M274064</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The INFORMAT of ANYDTDTE. worked for me as shown below.&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8697iE4F588E9B2825EB0/image-size/original?v=1.0&amp;amp;px=-1" alt="read_char_date_val.png" title="read_char_date_val.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355746#M274064</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-05-03T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting character worddate. format into a date format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355748#M274065</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-character-worddate-format-into-a-date-format/m-p/355748#M274065</guid>
      <dc:creator>krm</dc:creator>
      <dc:date>2017-05-03T19:53:30Z</dc:date>
    </item>
  </channel>
</rss>

