<?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: intck in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406246#M279299</link>
    <description>&lt;P&gt;sir&amp;nbsp; can you please tell me how can i take difference between the var called coupon id , current date and 31march&lt;/P&gt;</description>
    <pubDate>Sat, 21 Oct 2017 13:55:56 GMT</pubDate>
    <dc:creator>mehak</dc:creator>
    <dc:date>2017-10-21T13:55:56Z</dc:date>
    <item>
      <title>intck</title>
      <link>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406231#M279297</link>
      <description>&lt;P&gt;&amp;nbsp;calculate the months , weeks, days seperately&amp;nbsp; since coupon expiry date from current date to 31 march 2014.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data _class_s;&lt;BR /&gt;date1 = '21OCT2017'd;&lt;BR /&gt;date2 = '31MAR2014'd;&lt;BR /&gt;no_of_months = intck ('MONTH', date1, date2);&lt;BR /&gt;no_of_weeks = intck ('WEEK', date1, date2);&lt;BR /&gt;no_of_days = intck ('DAY', date1, date2);&lt;BR /&gt;format date1 date2 date9.;&lt;BR /&gt;proc print data = _class_s noobs;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can any1 please tell me whati have to do to add coupon expiry date in this code .&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 12:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406231#M279297</guid>
      <dc:creator>mehak</dc:creator>
      <dc:date>2017-10-21T12:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: intck</title>
      <link>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406235#M279298</link>
      <description>&lt;P&gt;As I read your homework, you have to run a do loop from the current date back to March 31, 2014.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 12:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406235#M279298</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-21T12:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: intck</title>
      <link>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406246#M279299</link>
      <description>&lt;P&gt;sir&amp;nbsp; can you please tell me how can i take difference between the var called coupon id , current date and 31march&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 13:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406246#M279299</guid>
      <dc:creator>mehak</dc:creator>
      <dc:date>2017-10-21T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: intck</title>
      <link>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406249#M279301</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/172699"&gt;@mehak&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;sir&amp;nbsp; can you please tell me how can i take difference between the var called coupon id , current date and 31march&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Differences are calculated with a subtraction. Date and time differences are calculated with intck, as you already know.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 14:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/intck/m-p/406249#M279301</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-21T14:18:47Z</dc:date>
    </item>
  </channel>
</rss>

