<?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 3rd Thursday of the next month in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849719#M41872</link>
    <description>&lt;P&gt;I have the 3rd thursday of each month calculated, however, I need it to be the next month. when I do m+1, and the month is December, it will not show January to the following year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want (drop= y m);&lt;BR /&gt;format iss_date mmddyy.;&lt;/P&gt;&lt;P&gt;do y = year(today());&lt;BR /&gt;do m = month(today()) ;&lt;BR /&gt;iss_date=nwkdom(3,5,m,y);&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 19:18:05 GMT</pubDate>
    <dc:creator>abbygrover</dc:creator>
    <dc:date>2022-12-14T19:18:05Z</dc:date>
    <item>
      <title>3rd Thursday of the next month</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849719#M41872</link>
      <description>&lt;P&gt;I have the 3rd thursday of each month calculated, however, I need it to be the next month. when I do m+1, and the month is December, it will not show January to the following year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want (drop= y m);&lt;BR /&gt;format iss_date mmddyy.;&lt;/P&gt;&lt;P&gt;do y = year(today());&lt;BR /&gt;do m = month(today()) ;&lt;BR /&gt;iss_date=nwkdom(3,5,m,y);&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 19:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849719#M41872</guid>
      <dc:creator>abbygrover</dc:creator>
      <dc:date>2022-12-14T19:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Thursday of the next month</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849720#M41873</link>
      <description>&lt;P&gt;This will give you the third Thursday of next month&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   dt = intnx('week.5', intnx('month',today(),0,'e'), 3, 'b');
   format dt date9.;
   put dt;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Dec 2022 19:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849720#M41873</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-12-14T19:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Thursday of the next month</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849722#M41874</link>
      <description>THANK YOU!!!</description>
      <pubDate>Wed, 14 Dec 2022 19:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/3rd-Thursday-of-the-next-month/m-p/849722#M41874</guid>
      <dc:creator>abbygrover</dc:creator>
      <dc:date>2022-12-14T19:30:11Z</dc:date>
    </item>
  </channel>
</rss>

