<?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: read in of date without using infile statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596732#M16002</link>
    <description>Thanks. I was looking at what MMDDYY could read in... MM</description>
    <pubDate>Wed, 16 Oct 2019 03:24:09 GMT</pubDate>
    <dc:creator>MaryA_Marion</dc:creator>
    <dc:date>2019-10-16T03:24:09Z</dc:date>
    <item>
      <title>read in of date without using infile statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596724#M15998</link>
      <description>&lt;P&gt;Unless I use the infile statement I don't seem to be able to have sas read in the date. Please check the following syntax. Why is the MMDDYYYY10. not loading?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MM&lt;/P&gt;
&lt;PRE&gt;data makeup;&lt;BR /&gt;input LastNamePart $7. +1  state $ @13 date MMDDYYYY10. receiver $ amount;&lt;BR /&gt;informat date MMDDYYYY10.;&lt;BR /&gt;format date MMDDYYYY10.;&lt;BR /&gt;cards;&lt;BR /&gt;Church  NY  01/02/1942 Birch   55&lt;BR /&gt;Church  Ny  02/03/1943 Johnson 45&lt;BR /&gt;Moorman ny  03/04/1944 Henry   65&lt;BR /&gt;Marion  Va  04/05/1945 Jackson 75&lt;BR /&gt;Church  VT  05/06/1946 Jones   25&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc print; run;&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt; &lt;BR /&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt; 72         &lt;BR /&gt; 73         data makeup;&lt;BR /&gt; 74         input LastNamePart $7. +1  state $ @13 date MMDDYYYY10. receiver $&lt;BR /&gt;                                                        ___________&lt;BR /&gt;                                                        485&lt;BR /&gt; 74       ! amount;&lt;BR /&gt; 75         format date MMDDYYYY10.;&lt;BR /&gt;                        ___________&lt;BR /&gt;                        484&lt;BR /&gt; NOTE 485-185: Informat MMDDYYYY was not found or could not be loaded.&lt;BR /&gt; &lt;BR /&gt; NOTE 484-185: Format MMDDYYYY was not found or could not be loaded.&lt;BR /&gt; &lt;BR /&gt; 76         cards;&lt;BR /&gt; &lt;BR /&gt; NOTE: Invalid data for date in line 77 13-22.&lt;BR /&gt; RULE:      ----+----1----+----2----+----3----+----4----+----5----+----6----+---&lt;BR /&gt; 77         Church  NY  01/02/1942 Birch   55&lt;BR /&gt; LastNamePart=Church state=NY date=. receiver=Birch amount=55 _ERROR_=1 _N_=1&lt;BR /&gt; &lt;BR /&gt; 83         run;&lt;BR /&gt; ...&lt;BR /&gt; NOTE: There were 5 observations read from the data set WORK.MAKEUP.&lt;BR /&gt; NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;       real time           0.08 seconds&lt;BR /&gt;       cpu time            0.08 seconds&lt;BR /&gt;*/&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&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, 16 Oct 2019 02:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596724#M15998</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2019-10-16T02:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: read in of date without using infile statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596728#M16000</link>
      <description>&lt;PRE&gt;NOTE 485-185: Informat MMDDYYYY was not found or could not be loaded.&lt;/PRE&gt;
&lt;P&gt;That's because the name of the format is MMDDYY and not MMDDYY&lt;FONT color="#FF0000"&gt;YY&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 03:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596728#M16000</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-10-16T03:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: read in of date without using infile statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596732#M16002</link>
      <description>Thanks. I was looking at what MMDDYY could read in... MM</description>
      <pubDate>Wed, 16 Oct 2019 03:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/read-in-of-date-without-using-infile-statement/m-p/596732#M16002</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2019-10-16T03:24:09Z</dc:date>
    </item>
  </channel>
</rss>

