<?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: Date Format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65765#M14283</link>
    <description>It worked well. &lt;BR /&gt;
&lt;BR /&gt;
Thank you very much.</description>
    <pubDate>Fri, 13 May 2011 13:48:22 GMT</pubDate>
    <dc:creator>QLi</dc:creator>
    <dc:date>2011-05-13T13:48:22Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65763#M14281</link>
      <description>I want to run the following code:&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
a='August 24, 2010';&lt;BR /&gt;
format b date9.;&lt;BR /&gt;
b=input(a, worddate20.);&lt;BR /&gt;
put a= b=; run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
It showed the message in the Log window:&lt;BR /&gt;
NOTE 485-185: Informat WORDDATE was not found or could not be loaded.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Could you help me out this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance.</description>
      <pubDate>Fri, 13 May 2011 13:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65763#M14281</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2011-05-13T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65764#M14282</link>
      <description>You need an informat rather than a format.  You could use:&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  a='August 24, 2010';&lt;BR /&gt;
  format b date9.;&lt;BR /&gt;
  b=input(a, anydtdte20.);&lt;BR /&gt;
  put a= b=; run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
HTH,&lt;BR /&gt;
Art</description>
      <pubDate>Fri, 13 May 2011 13:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65764#M14282</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-05-13T13:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65765#M14283</link>
      <description>It worked well. &lt;BR /&gt;
&lt;BR /&gt;
Thank you very much.</description>
      <pubDate>Fri, 13 May 2011 13:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-Format/m-p/65765#M14283</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2011-05-13T13:48:22Z</dc:date>
    </item>
  </channel>
</rss>

