<?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: what is monyy6. format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800023#M314645</link>
    <description>&lt;P&gt;Just try it and see what it returns.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  dt=today();
  put 'monyy5: ' dt monyy5.;
  put 'monyy6: ' dt monyy6.;
  put 'monyy7: ' dt monyy7.;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 04 Mar 2022 01:19:27 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2022-03-04T01:19:27Z</dc:date>
    <item>
      <title>what is monyy6. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800021#M314643</link>
      <description>&lt;P&gt;I got monyy6. format of date&lt;/P&gt;&lt;P&gt;what can it be I only know 5 or 7 as suggested by documentation&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 01:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800021#M314643</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2022-03-04T01:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: what is monyy6. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800023#M314645</link>
      <description>&lt;P&gt;Just try it and see what it returns.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  dt=today();
  put 'monyy5: ' dt monyy5.;
  put 'monyy6: ' dt monyy6.;
  put 'monyy7: ' dt monyy7.;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Mar 2022 01:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800023#M314645</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-03-04T01:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is monyy6. format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800028#M314650</link>
      <description>&lt;P&gt;Why don't yo try?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data T;
  d=put(1,monyy5.);
  e=put(1,monyy6.);
  f=put(1,monyy7.);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You'll see that the length of 6 yields the same string as a length of 5 but preceded by a space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 01:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-is-monyy6-format/m-p/800028#M314650</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-03-04T01:25:27Z</dc:date>
    </item>
  </channel>
</rss>

