<?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 Adding minutes to time field and comparing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29078#M5464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't indicate what kind of fields cent_tm10 and coll_tm1 were.&amp;nbsp; If they are datatime fields they are measured in seconds thus you would have to change your comparison to that unit of measurement (i.e., times 60).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 14:03:53 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-10-13T14:03:53Z</dc:date>
    <item>
      <title>Adding minutes to time field and comparing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29077#M5463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to know if the CENT_TM10 is greater than (COLL_TM1 + 15 minutes) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data EC02;Set Ec01;&lt;/P&gt;&lt;P&gt;if cent_tm10 &amp;gt; coll_tm1 + 15 ;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get all the records in EC01 again into EC02..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 13:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29077#M5463</guid>
      <dc:creator>User123</dc:creator>
      <dc:date>2011-10-13T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Adding minutes to time field and comparing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29078#M5464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't indicate what kind of fields cent_tm10 and coll_tm1 were.&amp;nbsp; If they are datatime fields they are measured in seconds thus you would have to change your comparison to that unit of measurement (i.e., times 60).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29078#M5464</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-10-13T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding minutes to time field and comparing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29079#M5465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS stores time in seconds. Use 15*60 to get 15 minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29079#M5465</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-10-13T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Adding minutes to time field and comparing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29080#M5466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;time5. is the format that I have on all the time fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-minutes-to-time-field-and-comparing/m-p/29080#M5466</guid>
      <dc:creator>User123</dc:creator>
      <dc:date>2011-10-13T14:18:53Z</dc:date>
    </item>
  </channel>
</rss>

