<?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: can anyone write the code to find the differences between those dates. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805344#M317235</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set arjun;
  dif=intck('day',input(startday,date9.),input(endday,date9.));
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 31 Mar 2022 15:58:33 GMT</pubDate>
    <dc:creator>japelin</dc:creator>
    <dc:date>2022-03-31T15:58:33Z</dc:date>
    <item>
      <title>can anyone write the code to find the differences between those dates.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805340#M317231</link>
      <description>&lt;P&gt;&lt;SPAN&gt;can anyone write the code to find the differences between those dates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;data arjun;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input startday:$10. endday:$10. ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datalines;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11jan2012 30jan2012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;12jan2012 30jan2012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11mar2012 30mar2012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;12apr2012 30may2012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;31mar2022 15may2022&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;31mar2022 25may2022&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 15:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805340#M317231</guid>
      <dc:creator>learner3</dc:creator>
      <dc:date>2022-03-31T15:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: can anyone write the code to find the differences between those dates.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805344#M317235</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set arjun;
  dif=intck('day',input(startday,date9.),input(endday,date9.));
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Mar 2022 15:58:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805344#M317235</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-03-31T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: can anyone write the code to find the differences between those dates.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805347#M317237</link>
      <description>thank you</description>
      <pubDate>Thu, 31 Mar 2022 16:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805347#M317237</guid>
      <dc:creator>learner3</dc:creator>
      <dc:date>2022-03-31T16:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: can anyone write the code to find the differences between those dates.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805355#M317241</link>
      <description>&lt;P&gt;Really want to get in the habit of reading dates as SAS dates and assigning your desired display format. There are several functions that work with dates, times and datetime values, and you can accomplish many analysis, reporting or graphing changes with data by changing the format of the date, time or datetime variables.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 16:27:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-anyone-write-the-code-to-find-the-differences-between-those/m-p/805355#M317241</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-31T16:27:46Z</dc:date>
    </item>
  </channel>
</rss>

