<?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: DI THREADS and CPUCOUNT in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137978#M2102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reboot your mind and start with evaluating your environments bottom-up and top-down.&lt;/P&gt;&lt;P&gt;At the the top are you performance requirements at the bottom what the hardware can deliver, those worlds should meet each other.&lt;BR /&gt;Starting at the bottom review: &lt;A href="http://support.sas.com/kb/42/197.html" title="http://support.sas.com/kb/42/197.html"&gt;42197 - A list of papers useful for troubleshooting system performance problems&lt;/A&gt; You will see IO environments are often a bottleneck as of the same for too small size machines (memory).&lt;/P&gt;&lt;P&gt;Thinking on speeding up by faster cpu-s is a hoax, they are not really becoming faster since 2003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run multiple jobs on one machine as long the needed resources (IO - memory) are sufficient. When not there horizontal scaling called grid computing.&lt;/P&gt;&lt;P&gt;There are procedures supporting multithreading as examples sort and proc sql. There are no notes on the log on that. With an excellent system (all cached io)&amp;nbsp; you will see real time (wall clock) becoming less as used time (summing up).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Whether it is legal compliant to do that is just a contract question. Review your contract on that. It could become&amp;nbsp; a loose-loose when you are&amp;nbsp; not able to get this aligned.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 18:58:25 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-12-05T18:58:25Z</dc:date>
    <item>
      <title>DI THREADS and CPUCOUNT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137976#M2100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need any special license to run the SAS to the options below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-cpucount 4&lt;/P&gt;&lt;P&gt;-threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to increase the processing power in the SAS.&lt;/P&gt;&lt;P&gt;When two jobs perform the same time, the performance is very low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the following command line in the Job and the log did not show anything related to threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THREADS=YES CPUCOUNT=4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 16:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137976#M2100</guid>
      <dc:creator>DavidCaliman</dc:creator>
      <dc:date>2014-12-05T16:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: DI THREADS and CPUCOUNT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137977#M2101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These options only help you if your process is able to run multithreaded. A SAS datastep for example is single threaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But: If two jobs run in parallel impact on each others performance then there must be another problem and it's likely hardware based - eg. a slow disk or network and both jobs are having a lot of I/O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 18:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137977#M2101</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-12-05T18:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: DI THREADS and CPUCOUNT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137978#M2102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reboot your mind and start with evaluating your environments bottom-up and top-down.&lt;/P&gt;&lt;P&gt;At the the top are you performance requirements at the bottom what the hardware can deliver, those worlds should meet each other.&lt;BR /&gt;Starting at the bottom review: &lt;A href="http://support.sas.com/kb/42/197.html" title="http://support.sas.com/kb/42/197.html"&gt;42197 - A list of papers useful for troubleshooting system performance problems&lt;/A&gt; You will see IO environments are often a bottleneck as of the same for too small size machines (memory).&lt;/P&gt;&lt;P&gt;Thinking on speeding up by faster cpu-s is a hoax, they are not really becoming faster since 2003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run multiple jobs on one machine as long the needed resources (IO - memory) are sufficient. When not there horizontal scaling called grid computing.&lt;/P&gt;&lt;P&gt;There are procedures supporting multithreading as examples sort and proc sql. There are no notes on the log on that. With an excellent system (all cached io)&amp;nbsp; you will see real time (wall clock) becoming less as used time (summing up).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Whether it is legal compliant to do that is just a contract question. Review your contract on that. It could become&amp;nbsp; a loose-loose when you are&amp;nbsp; not able to get this aligned.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 18:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-THREADS-and-CPUCOUNT/m-p/137978#M2102</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-12-05T18:58:25Z</dc:date>
    </item>
  </channel>
</rss>

