<?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 Question in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747248#M29466</link>
    <description>&lt;P&gt;A research analyst is asked to calculate overall response time, using two times in their SAS dataset: dispatch time (format hh:mm:ss) and hospital arrival time (format hh:mm).&amp;nbsp; What would be the SAS or SQL code to calculate the response time.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 02:01:31 GMT</pubDate>
    <dc:creator>11427qvolaf</dc:creator>
    <dc:date>2021-06-11T02:01:31Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747248#M29466</link>
      <description>&lt;P&gt;A research analyst is asked to calculate overall response time, using two times in their SAS dataset: dispatch time (format hh:mm:ss) and hospital arrival time (format hh:mm).&amp;nbsp; What would be the SAS or SQL code to calculate the response time.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 02:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747248#M29466</guid>
      <dc:creator>11427qvolaf</dc:creator>
      <dc:date>2021-06-11T02:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747263#M29470</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/385487"&gt;@11427qvolaf&lt;/a&gt;&amp;nbsp; - Welcome to the SAS Community. Please be aware it is not considered good form to post SAS homework questions without:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Posting the example data referred to in the question&lt;/LI&gt;
&lt;LI&gt;Posting evidence of trying to answer the question yourself&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 11 Jun 2021 04:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747263#M29470</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-11T04:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747264#M29471</link>
      <description>&lt;P&gt;First of all, it is recommended that you include appropriate words in the subject.&lt;BR /&gt;Also, it is easier to get an answer if you provide sample data, variables, and exact conditions in your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, to answer your question&lt;BR /&gt;Since the formatting seems to be applied to both times, they can actually be subtracted directly as numeric data, as follows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have;
  response_time=hospital_arrival_time-dispatch_time;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 04:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Question/m-p/747264#M29471</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-06-11T04:23:04Z</dc:date>
    </item>
  </channel>
</rss>

