<?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 Get last day of last month in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759609#M240087</link>
    <description>&lt;P&gt;Here is what I have&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%LET Latest = %sysfunc(intnx(month, %sysfunc(today()), -1), date9.);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 04:15:56 GMT</pubDate>
    <dc:creator>ywon111</dc:creator>
    <dc:date>2021-08-05T04:15:56Z</dc:date>
    <item>
      <title>Get last day of last month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759609#M240087</link>
      <description>&lt;P&gt;Here is what I have&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%LET Latest = %sysfunc(intnx(month, %sysfunc(today()), -1), date9.);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 04:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759609#M240087</guid>
      <dc:creator>ywon111</dc:creator>
      <dc:date>2021-08-05T04:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get last day of last month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759611#M240088</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%LET Latest = %sysfunc(intnx(month, %sysfunc(today()), -1,e), date9.);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 05:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759611#M240088</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-08-05T05:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get last day of last month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759612#M240089</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%LET Latest = %sysfunc(intnx(month, %sysfunc(today()), -1, END), date9.);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Aug 2021 05:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-last-day-of-last-month/m-p/759612#M240089</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-08-05T05:03:30Z</dc:date>
    </item>
  </channel>
</rss>

