<?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 Function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587521#M167827</link>
    <description>&lt;P&gt;A year, 365 or 366 days, is actually slightly longer than 52 weeks, which would be 52*7 = 364 days.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 13:58:54 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-09-10T13:58:54Z</dc:date>
    <item>
      <title>INTCK Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587518#M167824</link>
      <description>&lt;P&gt;Hi all.&amp;nbsp; I run this same code only changing the first parameter of the INTCK function from "month" to "day" to "week".&amp;nbsp; For "month" it returns 12 as expected.&amp;nbsp; For "day" it returns 365 rows as expected.&amp;nbsp; But for "week" it returns 53 when I would expect 52.&amp;nbsp; Any reason I'd be getting this unexpected result?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table tmp as
select distinct
1 + INTCK (&lt;STRONG&gt;"day"&lt;/STRONG&gt;, '01JUN2018'D, '31MAY2019'D) AS MY_NUMBER
FROM temp;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587518#M167824</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2019-09-10T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: INTCK Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587521#M167827</link>
      <description>&lt;P&gt;A year, 365 or 366 days, is actually slightly longer than 52 weeks, which would be 52*7 = 364 days.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587521#M167827</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-10T13:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: INTCK Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587522#M167828</link>
      <description>Makes sense. Thank you.</description>
      <pubDate>Tue, 10 Sep 2019 14:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587522#M167828</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2019-09-10T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: INTCK Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587524#M167829</link>
      <description>&lt;P&gt;A year can not contain 53 full weeks, but there &lt;EM&gt;can&lt;/EM&gt;&amp;nbsp;be 53 week interval boundaries crossed in a full year, which is what the &lt;A href="https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=p1md4mx2crzfaqn14va8kt7qvfhr.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;INTCK Function&lt;/A&gt; measures.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 14:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTCK-Function/m-p/587524#M167829</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-10T14:02:40Z</dc:date>
    </item>
  </channel>
</rss>

