<?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 Date code plz in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98316#M257893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From 'Today' how do i count every 15 days report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2012 07:59:43 GMT</pubDate>
    <dc:creator>Grandhi4</dc:creator>
    <dc:date>2012-08-20T07:59:43Z</dc:date>
    <item>
      <title>Date code plz</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98316#M257893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From 'Today' how do i count every 15 days report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 07:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98316#M257893</guid>
      <dc:creator>Grandhi4</dc:creator>
      <dc:date>2012-08-20T07:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date code plz</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98317#M257894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on how your data is structured, how the report will look like, and how the report intends to be generated. Please provide dome more information to get an adequate answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 10:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98317#M257894</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-08-20T10:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date code plz</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98318#M257895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Current system date and +15 days&amp;nbsp; Ex&amp;nbsp; (20/08/2012 - 04/09/2012) i want it like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 15:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98318#M257895</guid>
      <dc:creator>Grandhi4</dc:creator>
      <dc:date>2012-08-20T15:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date code plz</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98319#M257896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use INTNX&amp;nbsp; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 15:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98319#M257896</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-08-20T15:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date code plz</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98320#M257897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get today's date you can use TODAY() function call.&amp;nbsp; SAS stores days as number of days since 1/1/1960 so to get 15 days into the future just add 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start=today();&lt;/P&gt;&lt;P&gt;stop=start + 15 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are dealing with datetime values or have other more complex date calculations then you should learn to use the INTNX() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 15:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-code-plz/m-p/98320#M257897</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-08-20T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

