<?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: Find same day after 3 month in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812853#M320739</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have;
  newdate=intnx('month',my_date,3,'s');
  format newdate date9.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 May 2022 03:31:59 GMT</pubDate>
    <dc:creator>japelin</dc:creator>
    <dc:date>2022-05-12T03:31:59Z</dc:date>
    <item>
      <title>Find same day after 3 month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812851#M320738</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I have a column with date and I want to create a new column for the same date in the next 3 month.&lt;/P&gt;
&lt;P&gt;So '5MAY2022'd will have '5AUG2022'd and '5NOV2022' will have '5FEB2023'd.&lt;/P&gt;
&lt;P&gt;Can you please help?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
    format my_date date9.;
    input my_date date9.;
    datalines;
05MAY2022
05NOV2022
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 May 2022 03:28:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812851#M320738</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2022-05-12T03:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find same day after 3 month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812853#M320739</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have;
  newdate=intnx('month',my_date,3,'s');
  format newdate date9.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 May 2022 03:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812853#M320739</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-05-12T03:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find same day after 3 month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812854#M320740</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;It works perfectly.&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 03:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-same-day-after-3-month/m-p/812854#M320740</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2022-05-12T03:37:46Z</dc:date>
    </item>
  </channel>
</rss>

