<?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 Estimate excution time in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718652#M222434</link>
    <description>Suppose i have code datastep and procedure  it could be take 5 hours&lt;BR /&gt;To excute output so how can we estimate execution time before we run the program</description>
    <pubDate>Thu, 11 Feb 2021 16:25:30 GMT</pubDate>
    <dc:creator>BrahmanandaRao</dc:creator>
    <dc:date>2021-02-11T16:25:30Z</dc:date>
    <item>
      <title>Estimate excution time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718652#M222434</link>
      <description>Suppose i have code datastep and procedure  it could be take 5 hours&lt;BR /&gt;To excute output so how can we estimate execution time before we run the program</description>
      <pubDate>Thu, 11 Feb 2021 16:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718652#M222434</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-02-11T16:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate excution time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718662#M222442</link>
      <description>Run it on a smaller samples and extrapolate.</description>
      <pubDate>Thu, 11 Feb 2021 16:42:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718662#M222442</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-02-11T16:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate excution time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718668#M222446</link>
      <description>&lt;P&gt;Volume of network traffic? By time of day?&lt;/P&gt;
&lt;P&gt;Size of data set, number of records and number of variables used&lt;/P&gt;
&lt;P&gt;Specific "procedures" involved&lt;/P&gt;
&lt;P&gt;Type of output generated&lt;/P&gt;
&lt;P&gt;Disk space used, disk speed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A brief list of things that will impact run time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the code is debugged and runs routinely I would suggest running this a batch job when use of resources like the network is low.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Space, especially user work space, on disks and computer may have a significant impact on run time. If memory use is maxed out then SAS spends a lot of time writing temporary information to disk and then reading it back for the operation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at your logs and see which steps are taking the most time. That code may be a target for reducing run time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 17:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718668#M222446</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-11T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate excution time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718907#M222528</link>
      <description>my question is how to estimate executiion time before run the code</description>
      <pubDate>Fri, 12 Feb 2021 15:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718907#M222528</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-02-12T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate excution time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718910#M222530</link>
      <description>&lt;P&gt;As far as I know, SAS does not have a way to predict execution time, so I think the only way is to run it using a sample data set with extracted data, as Reeza said.&lt;BR /&gt;However, since the procedure is often not simply proportional to the dataset size, I think you need to measure the data step and proc step separately to improve the accuracy of the estimation.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 15:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-excution-time/m-p/718910#M222530</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-02-12T15:20:40Z</dc:date>
    </item>
  </channel>
</rss>

