<?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 Match with the last day of month in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866719#M342300</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dates in my data, I would like to chose the row where the date (format ddmmyy10.) are equal to the last day of month. Do you know please if sas has some function for this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much !&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 13:00:54 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2023-03-28T13:00:54Z</dc:date>
    <item>
      <title>Match with the last day of month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866719#M342300</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dates in my data, I would like to chose the row where the date (format ddmmyy10.) are equal to the last day of month. Do you know please if sas has some function for this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much !&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 13:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866719#M342300</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2023-03-28T13:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Match with the last day of month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866721#M342302</link>
      <description>&lt;P&gt;The &lt;A href="https://documentation.sas.com/doc/en/pgmmvacdc/9.4/lefunctionsref/p10v3sa3i4kfxfn1sovhi5xzxh8n.htm" target="_self"&gt;INTNX function&lt;/A&gt; will compute the last day of any month. To find the last day of the current month, in a DATA step use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;last_day_of_month = intnx('month',today(),0,'e');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the last day of some other month, use a variable that has a valid SAS date value in place of &lt;FONT face="courier new,courier"&gt;today()&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 13:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866721#M342302</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-03-28T13:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Match with the last day of month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866722#M342303</link>
      <description>Thank you Paige Miller !</description>
      <pubDate>Tue, 28 Mar 2023 13:06:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Match-with-the-last-day-of-month/m-p/866722#M342303</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2023-03-28T13:06:30Z</dc:date>
    </item>
  </channel>
</rss>

