<?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: MON-YY format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917754#M361525</link>
    <description>Such a format may not exist.  But if it does, it would be worth trying&lt;BR /&gt;&lt;BR /&gt;MONYYD6.</description>
    <pubDate>Sun, 25 Feb 2024 06:41:03 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2024-02-25T06:41:03Z</dc:date>
    <item>
      <title>MON-YY format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917753#M361524</link>
      <description>&lt;P&gt;How do format dates in Jun-23 format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this document but it shows only how to get Jun23 or Jun2023.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_048/ds2ref/p1deinudjfd5dan1r5xoanxqnfsk.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/v_048/ds2ref/p1deinudjfd5dan1r5xoanxqnfsk.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 04:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917753#M361524</guid>
      <dc:creator>hellind</dc:creator>
      <dc:date>2024-02-25T04:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: MON-YY format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917754#M361525</link>
      <description>Such a format may not exist.  But if it does, it would be worth trying&lt;BR /&gt;&lt;BR /&gt;MONYYD6.</description>
      <pubDate>Sun, 25 Feb 2024 06:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917754#M361525</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2024-02-25T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: MON-YY format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917756#M361526</link>
      <description>&lt;P&gt;Roll your own:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
picture mondyy /* "d" for "dash" */ (default=8)
  low-high = '%3b-%Y' (datatype=date)
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Feb 2024 07:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MON-YY-format/m-p/917756#M361526</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-02-25T07:58:28Z</dc:date>
    </item>
  </channel>
</rss>

