<?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: How to convert a character date with full month name to SAS date? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-character-date-with-full-month-name-to-SAS-date/m-p/749343#M235444</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input word_date $ 20.;
num_date =input(word_date, anydtdte32.);
format num_date worddate.;
cards;
July 7, 2004
June 8,1998
December 14, 2018
;;;;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please remember to try and search your questions before posting as well.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Converting-character-worddate-format-into-a-date-format/td-p/355735" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Converting-character-worddate-format-into-a-date-format/td-p/355735&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223871"&gt;@Ani7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a dataset that has a character variable called date with values &lt;BR /&gt;July 7, 2004&lt;BR /&gt;June 8,1998&lt;BR /&gt;December 14, 2018&lt;BR /&gt;&lt;BR /&gt;How can I convert this to a SAS date without a whole bunch of substrings?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 17:43:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-06-21T17:43:15Z</dc:date>
    <item>
      <title>How to convert a character date with full month name to SAS date?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-character-date-with-full-month-name-to-SAS-date/m-p/749338#M235441</link>
      <description>&lt;P&gt;I have a dataset that has a character variable called date with values &lt;BR /&gt;July 7, 2004&lt;BR /&gt;June 8,1998&lt;BR /&gt;December 14, 2018&lt;BR /&gt;&lt;BR /&gt;How can I convert this to a SAS date without a whole bunch of substrings?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 17:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-character-date-with-full-month-name-to-SAS-date/m-p/749338#M235441</guid>
      <dc:creator>Ani7</dc:creator>
      <dc:date>2021-06-21T17:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a character date with full month name to SAS date?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-character-date-with-full-month-name-to-SAS-date/m-p/749343#M235444</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input word_date $ 20.;
num_date =input(word_date, anydtdte32.);
format num_date worddate.;
cards;
July 7, 2004
June 8,1998
December 14, 2018
;;;;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please remember to try and search your questions before posting as well.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Converting-character-worddate-format-into-a-date-format/td-p/355735" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Converting-character-worddate-format-into-a-date-format/td-p/355735&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223871"&gt;@Ani7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a dataset that has a character variable called date with values &lt;BR /&gt;July 7, 2004&lt;BR /&gt;June 8,1998&lt;BR /&gt;December 14, 2018&lt;BR /&gt;&lt;BR /&gt;How can I convert this to a SAS date without a whole bunch of substrings?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 17:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-character-date-with-full-month-name-to-SAS-date/m-p/749343#M235444</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-06-21T17:43:15Z</dc:date>
    </item>
  </channel>
</rss>

