<?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: Date by 15 Minute Interval in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205763#M38247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a keep data set option which is dropping Date_15.&amp;nbsp; There is nothing wrong with your intnx function call (beside the DT prefix being redundant)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2015 18:40:40 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2015-04-28T18:40:40Z</dc:date>
    <item>
      <title>Date by 15 Minute Interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205762#M38246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still struggling with time in SAS.&amp;nbsp; I thought I had it down!&amp;nbsp; I'm trying to increment a date (SDate_Time) by a 15 minute interval.&amp;nbsp; I'm getting what I think is the right number of obs, but no Date_15.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data gads6 (KEEP = SDate_Time NumIntervals);&lt;BR /&gt; set gads4;&lt;BR /&gt; &lt;BR /&gt; do j = 1 to NumIntervals by 1;&lt;BR /&gt;&amp;nbsp; Date_15 = intnx('dtminute15', SDate_Time, NumIntervals);output;&lt;BR /&gt; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205762#M38246</guid>
      <dc:creator>BU2B</dc:creator>
      <dc:date>2015-04-28T18:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date by 15 Minute Interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205763#M38247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a keep data set option which is dropping Date_15.&amp;nbsp; There is nothing wrong with your intnx function call (beside the DT prefix being redundant)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205763#M38247</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-04-28T18:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date by 15 Minute Interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205764#M38248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh!&amp;nbsp; OK I feel stupid now:-)&amp;nbsp; On the bright side I guess my date/time understanding is better.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-by-15-Minute-Interval/m-p/205764#M38248</guid>
      <dc:creator>BU2B</dc:creator>
      <dc:date>2015-04-28T18:47:20Z</dc:date>
    </item>
  </channel>
</rss>

