<?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: i want to track job start time and end time excluding sleep time calculation in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/387213#M11688</link>
    <description>Thanks for reply I got the result.&lt;BR /&gt;I try to fetch the data from table and took the difference between two times&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Aug 2017 01:09:01 GMT</pubDate>
    <dc:creator>rinsabraham</dc:creator>
    <dc:date>2017-08-11T01:09:01Z</dc:date>
    <item>
      <title>i want to track job start time and end time excluding sleep time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/386460#M11676</link>
      <description>&lt;P&gt;we have batch report which run daily at 12:00 ist which need small changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the cureent batch report it calculate overall time taken as starting from 12;00 ist from till the end of job completion which include sleep time also .&lt;/P&gt;&lt;P&gt;can you help me how can exclude sleep time calculation so that it should provide extact batch report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am new to sas enivornment.i m bit worry to do can &amp;nbsp;anyone help me out.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 03:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/386460#M11676</guid>
      <dc:creator>rinsabraham</dc:creator>
      <dc:date>2017-08-09T03:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: i want to track job start time and end time excluding sleep time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/386467#M11677</link>
      <description>&lt;P&gt;Please provide example input data and desired output.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 03:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/386467#M11677</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-09T03:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: i want to track job start time and end time excluding sleep time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/386494#M11678</link>
      <description>&lt;P&gt;Please post code to illustrate the issue.&lt;/P&gt;
&lt;P&gt;Especially define "sleep time". Is it time spent in sleep() functions, or the difference between CPU time and real time?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 06:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/386494#M11678</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-09T06:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: i want to track job start time and end time excluding sleep time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/387213#M11688</link>
      <description>Thanks for reply I got the result.&lt;BR /&gt;I try to fetch the data from table and took the difference between two times&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2017 01:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/387213#M11688</guid>
      <dc:creator>rinsabraham</dc:creator>
      <dc:date>2017-08-11T01:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: i want to track job start time and end time excluding sleep time calculation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/387786#M11700</link>
      <description>I got the solution:&lt;BR /&gt;Below is the code:&lt;BR /&gt;Proc sql;&lt;BR /&gt;Select max(start_time)-max(end_time) from table name where column = sleep time:&lt;BR /&gt;Quit;</description>
      <pubDate>Mon, 14 Aug 2017 14:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/i-want-to-track-job-start-time-and-end-time-excluding-sleep-time/m-p/387786#M11700</guid>
      <dc:creator>rinsabraham</dc:creator>
      <dc:date>2017-08-14T14:34:37Z</dc:date>
    </item>
  </channel>
</rss>

