<?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: Why is the program not printing the dates? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438262#M109248</link>
    <description>But the months are 12 and 10.. right?</description>
    <pubDate>Sun, 18 Feb 2018 16:05:59 GMT</pubDate>
    <dc:creator>b384b7</dc:creator>
    <dc:date>2018-02-18T16:05:59Z</dc:date>
    <item>
      <title>Why is the program not printing the dates?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438260#M109246</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data date;
input day month year;
date = mdy(day, month, year);
format date mmddyy10.;
datalines;
25 12 2005
21 10 1946 
;
proc print data=date;
run;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18665iB027E13992F8DDEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2018 15:47:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438260#M109246</guid>
      <dc:creator>b384b7</dc:creator>
      <dc:date>2018-02-18T15:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the program not printing the dates?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438261#M109247</link>
      <description>&lt;P&gt;Last I checked there isn't a month number 25.&amp;nbsp; The letters in the MDY() function stand for Month,Day,Year.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;mdy(month, day, year)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Feb 2018 16:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438261#M109247</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-02-18T16:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the program not printing the dates?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438262#M109248</link>
      <description>But the months are 12 and 10.. right?</description>
      <pubDate>Sun, 18 Feb 2018 16:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438262#M109248</guid>
      <dc:creator>b384b7</dc:creator>
      <dc:date>2018-02-18T16:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the program not printing the dates?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438263#M109249</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/181031"&gt;@b384b7&lt;/a&gt; wrote:&lt;BR /&gt;But the months are 12 and 10.. right?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you call MDY(25,x,y) then the MONTH is 25.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2018 16:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-is-the-program-not-printing-the-dates/m-p/438263#M109249</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-02-18T16:10:14Z</dc:date>
    </item>
  </channel>
</rss>

