<?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: Display Number of CPUs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50991#M13943</link>
    <description>I guess that CPUCOUNT=is the proper system option here. CPUID specifies the id of the CPU (mainly used in ZOS environments). The &amp;amp;sysncpu automatic macro variable displays the setting of CPUCOUNT.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
    <pubDate>Thu, 02 Oct 2008 06:12:53 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2008-10-02T06:12:53Z</dc:date>
    <item>
      <title>Display Number of CPUs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50989#M13941</link>
      <description>A while ago I came across some SAS code that would display the number of CPUs that SAS sees.  I have now lost the code and I need it again.  Can anyone please post the code which displays this?  Thanks</description>
      <pubDate>Wed, 01 Oct 2008 14:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50989#M13941</guid>
      <dc:creator>JohnH</dc:creator>
      <dc:date>2008-10-01T14:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display Number of CPUs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50990#M13942</link>
      <description>What CPU environment and operating system?  You mention SAS code or do you mean SAS CONFIG option?  The CONFIG option is CPUID, it must be specified at SAS invocation time, and the information is presented at the start of the SASLOG.&lt;BR /&gt;
&lt;BR /&gt;
Depending on your SAS processing environment, there may be an external call to get the desired info.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 01 Oct 2008 16:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50990#M13942</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-10-01T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display Number of CPUs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50991#M13943</link>
      <description>I guess that CPUCOUNT=is the proper system option here. CPUID specifies the id of the CPU (mainly used in ZOS environments). The &amp;amp;sysncpu automatic macro variable displays the setting of CPUCOUNT.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 02 Oct 2008 06:12:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50991#M13943</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-10-02T06:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Number of CPUs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50992#M13944</link>
      <description>Thanks everyone.  Together with your ideas, I created the following code which tells me how many CPUs that SAS sees on any platform.--John&lt;BR /&gt;
&lt;BR /&gt;
signon servername or mainframename;&lt;BR /&gt;
rsubmit;&lt;BR /&gt;
data work.temp;&lt;BR /&gt;
var=&amp;amp;sysncpu;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print;&lt;BR /&gt;
run;&lt;BR /&gt;
endrsubmit;&lt;BR /&gt;
signoff;</description>
      <pubDate>Mon, 06 Oct 2008 18:01:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-Number-of-CPUs/m-p/50992#M13944</guid>
      <dc:creator>JohnH</dc:creator>
      <dc:date>2008-10-06T18:01:49Z</dc:date>
    </item>
  </channel>
</rss>

