<?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: Time calculation in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146509#M11579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in your example its 1878 minutes for 25 calls?&amp;nbsp; If so then 1878/25 = mins between = 75.12 minutes or on call every 1h 15 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, if I didn't understand your example, basically multiply out each unit to the lowest common denominator, e.g. if you have HH and MM, then MM is the lowest.&amp;nbsp; ONce you have the lowest, divide by the number of calls will give you time in lowest denominator for each one.&amp;nbsp; Then divide you required unit by the lowest denominator result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 15:23:44 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-06-18T15:23:44Z</dc:date>
    <item>
      <title>Time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146508#M11578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I need some help converting time variable in calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program calculates total turn around time of calls made for week / month and num of calls made by a employee during that time period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on calculating calls per hour .&lt;/P&gt;&lt;P&gt;in my calculation I had sum of turn around time (TAT)&amp;nbsp; in MIN: SS:for 25 calls = 1878:07:35. How do I calculate calls per hour??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146508#M11578</guid>
      <dc:creator>avatar</dc:creator>
      <dc:date>2014-06-18T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146509#M11579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in your example its 1878 minutes for 25 calls?&amp;nbsp; If so then 1878/25 = mins between = 75.12 minutes or on call every 1h 15 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, if I didn't understand your example, basically multiply out each unit to the lowest common denominator, e.g. if you have HH and MM, then MM is the lowest.&amp;nbsp; ONce you have the lowest, divide by the number of calls will give you time in lowest denominator for each one.&amp;nbsp; Then divide you required unit by the lowest denominator result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146509#M11579</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-18T15:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146510#M11580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not clear how turn around time and calls per hour are related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get calls per hour, you would need the number of calls in some other time period, like week or month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in your example there were 25 calls in a week, there are 24*7 = 168 hours in a week, so would your calls per hour be 25 / 168 = .148?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146510#M11580</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2014-06-18T15:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146511#M11581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the turn around time by calculating difference between two time stamp fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think&amp;nbsp; RW9 answer would work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:57:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Time-calculation/m-p/146511#M11581</guid>
      <dc:creator>avatar</dc:creator>
      <dc:date>2014-06-18T15:57:41Z</dc:date>
    </item>
  </channel>
</rss>

