<?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: How to add a minute to HH:MM in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568591#M160086</link>
    <description>&lt;P&gt;Thanks.&amp;nbsp; That worked.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2019 22:15:27 GMT</pubDate>
    <dc:creator>sra2786</dc:creator>
    <dc:date>2019-06-24T22:15:27Z</dc:date>
    <item>
      <title>How to add a minute to HH:MM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568572#M160075</link>
      <description>&lt;P&gt;I want to create a table that has all the HH:MM possible for the day (ie, 00:00, 00:01, 00:02, .... 23:58, 23:59).&amp;nbsp; I do not know how to do this.&amp;nbsp; I have searched for a solution but I cannot find one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA TIMES;&lt;/P&gt;&lt;P&gt;HHMM = '00:00't;&lt;/P&gt;&lt;P&gt;DO i=0 to 1439&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;HHMM = HHMM + 1 minute&amp;nbsp; &amp;nbsp; &amp;lt; I don't know how to do this&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;output;&lt;/P&gt;&lt;P&gt;END;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me how to do this/&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 21:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568572#M160075</guid>
      <dc:creator>sra2786</dc:creator>
      <dc:date>2019-06-24T21:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a minute to HH:MM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568577#M160077</link>
      <description>Time is in seconds, so a minute is 60 seconds. Try adding 60 instead of 1. &lt;BR /&gt;&lt;BR /&gt;You could also do it as:&lt;BR /&gt;&lt;BR /&gt;Try a loop like this (untested)&lt;BR /&gt;&lt;BR /&gt;do time="00:00"t to "23:59"t by 60;&lt;BR /&gt;output;&lt;BR /&gt;end</description>
      <pubDate>Mon, 24 Jun 2019 21:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568577#M160077</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-24T21:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a minute to HH:MM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568591#M160086</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; That worked.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 22:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-minute-to-HH-MM/m-p/568591#M160086</guid>
      <dc:creator>sra2786</dc:creator>
      <dc:date>2019-06-24T22:15:27Z</dc:date>
    </item>
  </channel>
</rss>

