<?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 SAS Program Times in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Program-Times/m-p/270974#M53894</link>
    <description>&lt;P&gt;Hi. &amp;nbsp;I'm looking for a way to insert the datetime at the beginning of my program into my Log and then again at the end of my program. Because I run the program on a shared server I'd like to record how long each run of my program takes. I know already it can vary greatly from day-to-day. &amp;nbsp;Can anyone suggest some code for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2016 13:09:44 GMT</pubDate>
    <dc:creator>buechler66</dc:creator>
    <dc:date>2016-05-17T13:09:44Z</dc:date>
    <item>
      <title>SAS Program Times</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Program-Times/m-p/270974#M53894</link>
      <description>&lt;P&gt;Hi. &amp;nbsp;I'm looking for a way to insert the datetime at the beginning of my program into my Log and then again at the end of my program. Because I run the program on a shared server I'd like to record how long each run of my program takes. I know already it can vary greatly from day-to-day. &amp;nbsp;Can anyone suggest some code for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 13:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Program-Times/m-p/270974#M53894</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-05-17T13:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Program Times</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Program-Times/m-p/270975#M53895</link>
      <description>&lt;P&gt;The time() function gives you exact time (down to microseconds). eg&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
now = time();
put now time15.6;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;will provide an entry in the log with the exact current time.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 13:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Program-Times/m-p/270975#M53895</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-17T13:15:22Z</dc:date>
    </item>
  </channel>
</rss>

