<?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: month end date extraction in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485656#M126202</link>
    <description>&lt;P&gt;so , I am telling you what my understanding is&amp;nbsp; based on your requirement that&amp;nbsp; you want to have data only for those dates ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you can explain by putting example would be more clear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 04:32:17 GMT</pubDate>
    <dc:creator>shahparth260</dc:creator>
    <dc:date>2018-08-10T04:32:17Z</dc:date>
    <item>
      <title>month end date extraction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485655#M126201</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am looking for code to extract only the data with last day of the month.&lt;/P&gt;&lt;P&gt;eg. if a dataset contains incremental data of every day and from that data i need to filter only the data for last day of every month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;linke if my data is having 6 months of data like from Jan to June the i want to have data as per only last day of every month, i.e 31stjan, 28th feb,31march,30april,31may,30june,31july etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 04:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485655#M126201</guid>
      <dc:creator>anirudhs</dc:creator>
      <dc:date>2018-08-10T04:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: month end date extraction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485656#M126202</link>
      <description>&lt;P&gt;so , I am telling you what my understanding is&amp;nbsp; based on your requirement that&amp;nbsp; you want to have data only for those dates ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you can explain by putting example would be more clear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 04:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485656#M126202</guid>
      <dc:creator>shahparth260</dc:creator>
      <dc:date>2018-08-10T04:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: month end date extraction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485657#M126203</link>
      <description>&lt;P&gt;Assuming that your dates are SAS dates, you can select dates that are the last day of the month with the condition&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if date = intnx("MONTH", date, 0, "END");&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 04:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/month-end-date-extraction/m-p/485657#M126203</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-08-10T04:45:40Z</dc:date>
    </item>
  </channel>
</rss>

