<?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: Informat for '02-JUN-09' in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42139#M8650</link>
    <description>Yes - the results were equivalent with SAS 9.1.3 SP4.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Mon, 08 Jun 2009 20:53:45 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-06-08T20:53:45Z</dc:date>
    <item>
      <title>Informat for '02-JUN-09'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42136#M8647</link>
      <description>Hi everyone,&lt;BR /&gt;
                    I am looking for the informat for date in the form of '02-JUN-09' . &lt;BR /&gt;
&lt;BR /&gt;
                   I appreciate all your help.&lt;BR /&gt;
  Thanks,&lt;BR /&gt;
&lt;BR /&gt;
 Amit</description>
      <pubDate>Mon, 08 Jun 2009 17:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42136#M8647</guid>
      <dc:creator>AmitKB</dc:creator>
      <dc:date>2009-06-08T17:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Informat for '02-JUN-09'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42137#M8648</link>
      <description>Hi:&lt;BR /&gt;
  Look at the ANYDTDTE informat. It reads dates in a variety of input formats.&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 08 Jun 2009 17:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42137#M8648</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-06-08T17:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Informat for '02-JUN-09'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42138#M8649</link>
      <description>on SAS9.2, that can be read with informat date12.&lt;BR /&gt;
as demo in this log snippet:[pre]46   data ;&lt;BR /&gt;
47    input ndate date12.  @1 card $char20. ;&lt;BR /&gt;
48    put 'card=' card $char20. ndate= date9. ;&lt;BR /&gt;
49    cards ;&lt;BR /&gt;
&lt;BR /&gt;
card= 1jan22             ndate=01JAN1922&lt;BR /&gt;
card= 21jun09            ndate=21JUN2009&lt;BR /&gt;
card= 22-jun-08          ndate=22JUN2008&lt;BR /&gt;
card= 11-Jun-2009        ndate=11JUN2009&lt;BR /&gt;
card= 12Jun-2009         ndate=12JUN2009&lt;BR /&gt;
card= 13-Jun2009         ndate=13JUN2009&lt;BR /&gt;
NOTE: The data set WORK.DATA6 has 6 obs[/pre]&lt;BR /&gt;
Does it also work in SAS913?&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Mon, 08 Jun 2009 19:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42138#M8649</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-06-08T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Informat for '02-JUN-09'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42139#M8650</link>
      <description>Yes - the results were equivalent with SAS 9.1.3 SP4.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 08 Jun 2009 20:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Informat-for-02-JUN-09/m-p/42139#M8650</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-08T20:53:45Z</dc:date>
    </item>
  </channel>
</rss>

