<?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: Intnx using  Interval (month6) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Intnx-using-Interval-month6/m-p/816282#M322171</link>
    <description>&lt;P&gt;Not quite sure what you want, but you may be interested in exploring the optional alignment argument.&amp;nbsp; e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;61   data _null_;
62   date1=intnx('month6','05may2022'd,1,&lt;STRONG&gt;'s'&lt;/STRONG&gt;);
63   date2=intnx('month6','05may2022'd,0,&lt;STRONG&gt;'s'&lt;/STRONG&gt;);
64   days=date1-date2;
65   format date1 date2 date9.;
66   put date1 date2 days;
67   run;

05NOV2022 05MAY2022 184
&lt;/PRE&gt;</description>
    <pubDate>Fri, 03 Jun 2022 01:22:34 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2022-06-03T01:22:34Z</dc:date>
    <item>
      <title>Intnx using  Interval (month6)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intnx-using-Interval-month6/m-p/816275#M322169</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just wondering if there is a way to achieve below using month6 interval.Basically trying other ways ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;date1=intnx('month','05may2022'd,6);&lt;BR /&gt;date2=intnx('month','05may2022'd,0);&lt;BR /&gt;days=date1-date2;&lt;BR /&gt;format date1 date2 date9.;&lt;BR /&gt;put date1 date2 days;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 23:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intnx-using-Interval-month6/m-p/816275#M322169</guid>
      <dc:creator>sfffdg</dc:creator>
      <dc:date>2022-06-02T23:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Intnx using  Interval (month6)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intnx-using-Interval-month6/m-p/816282#M322171</link>
      <description>&lt;P&gt;Not quite sure what you want, but you may be interested in exploring the optional alignment argument.&amp;nbsp; e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;61   data _null_;
62   date1=intnx('month6','05may2022'd,1,&lt;STRONG&gt;'s'&lt;/STRONG&gt;);
63   date2=intnx('month6','05may2022'd,0,&lt;STRONG&gt;'s'&lt;/STRONG&gt;);
64   days=date1-date2;
65   format date1 date2 date9.;
66   put date1 date2 days;
67   run;

05NOV2022 05MAY2022 184
&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Jun 2022 01:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intnx-using-Interval-month6/m-p/816282#M322171</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-06-03T01:22:34Z</dc:date>
    </item>
  </channel>
</rss>

