<?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: How to find run time of any sas code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181677#M265224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, I got it resolved. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 20:33:54 GMT</pubDate>
    <dc:creator>SunilJ</dc:creator>
    <dc:date>2014-11-21T20:33:54Z</dc:date>
    <item>
      <title>How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181671#M265218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a model in sas and wondering is there any way we can find Average run time for any sas code/model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil Jadhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 18:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181671#M265218</guid>
      <dc:creator>SunilJ</dc:creator>
      <dc:date>2014-11-21T18:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181672#M265219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of factors involved in this - are you running in batch or interactive?&amp;nbsp; PC, Server, or mainframe?&amp;nbsp; If you are running&lt;/P&gt;&lt;P&gt;in batch, how do you submit the job?&amp;nbsp; Do you want figures for the entire job or for each data/proc step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, turn on FULLSTIMER option.&amp;nbsp; You will have to capture the values from the LOG and keep them somewhere to later&lt;/P&gt;&lt;P&gt;calculate the averages.&amp;nbsp; If you are running batch, you can capture the start and end times of the job and use them the same way.&lt;/P&gt;&lt;P&gt;You can also capture the log by writing it to a file to later extract the timing for each data set or procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way - you have to calculate the average yourself (or set up another SAS program to do it for you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some systems (like AutoSys and CA7) automatically keep average run times, but that is at the job level only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 19:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181672#M265219</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2014-11-21T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181673#M265220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Code is running on PC server and no batch is involved. I want for entier job.&lt;/P&gt;&lt;P&gt;I have only copy of SAS code and log, but i am not authorised to run the code or make any changes in the code to uput option "FILLSTIMER".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 19:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181673#M265220</guid>
      <dc:creator>SunilJ</dc:creator>
      <dc:date>2014-11-21T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181674#M265221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SunilJ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running interactively, you can save the log to a file when the job is complete.&amp;nbsp; Then you can write a small SAS job that&lt;/P&gt;&lt;P&gt;will read the log files you have saved and calculate your averages for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 19:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181674#M265221</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2014-11-21T19:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181675#M265222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh great, but what sas job do i need to write.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 19:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181675#M265222</guid>
      <dc:creator>SunilJ</dc:creator>
      <dc:date>2014-11-21T19:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181676#M265223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to read the log file that you create and find all the run times for each data step or proc.&amp;nbsp; I'm sure a Google&lt;/P&gt;&lt;P&gt;search or a check of Lex's site will provide you with examples of SAS programs that parse the log. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 19:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181676#M265223</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2014-11-21T19:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181677#M265224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, I got it resolved. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 20:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181677#M265224</guid>
      <dc:creator>SunilJ</dc:creator>
      <dc:date>2014-11-21T20:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find run time of any sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181678#M265225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 20:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-run-time-of-any-sas-code/m-p/181678#M265225</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2014-11-21T20:38:22Z</dc:date>
    </item>
  </channel>
</rss>

