<?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: Next Tuesday in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65984#M18821</link>
    <description>the function is INTNX&lt;BR /&gt;
You will need an "adjusted interval", something like Weekday3 (iirc)&lt;BR /&gt;
The doc are at &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a003065889.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a003065889.htm&lt;/A&gt; .&lt;BR /&gt;
 &lt;BR /&gt;
good luck&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
    <pubDate>Fri, 21 Aug 2009 13:37:41 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2009-08-21T13:37:41Z</dc:date>
    <item>
      <title>Next Tuesday</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65983#M18820</link>
      <description>Is there a function which would easily give me the SAS date of next Tuesday?  I know I can loop through days until Tuesday pops up, but if there is a simple function, I would like to use that instead.&lt;BR /&gt;
&lt;BR /&gt;
Flip</description>
      <pubDate>Fri, 21 Aug 2009 13:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65983#M18820</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2009-08-21T13:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Next Tuesday</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65984#M18821</link>
      <description>the function is INTNX&lt;BR /&gt;
You will need an "adjusted interval", something like Weekday3 (iirc)&lt;BR /&gt;
The doc are at &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a003065889.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a003065889.htm&lt;/A&gt; .&lt;BR /&gt;
 &lt;BR /&gt;
good luck&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Fri, 21 Aug 2009 13:37:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65984#M18821</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-08-21T13:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Next Tuesday</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65985#M18822</link>
      <description>Thanks.  It is  exp_date  = intnx('week.3', today(), 1);</description>
      <pubDate>Fri, 21 Aug 2009 14:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65985#M18822</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2009-08-21T14:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Next Tuesday</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65986#M18823</link>
      <description>'week.3'&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
   do d = today() to today()+14;&lt;BR /&gt;
      t = intnx('week.3',d,1);&lt;BR /&gt;
      put (d t) (+5 weekdate.-r);&lt;BR /&gt;
      end;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 21 Aug 2009 14:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Next-Tuesday/m-p/65986#M18823</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-08-21T14:05:29Z</dc:date>
    </item>
  </channel>
</rss>

