>My IPLINFO REXX program had been using
>SCCBNCPS to determine that number.  And while IHASCCB was updated
>for DYNCP (to add SCCBHCPA - Highest possible CPU address), SCCBNCPS
>does not get updated after IPL.

If you're interested in the highest CPU number, SCCBNCPS has never been a
valid indication..  As its comment says, it is an indication of how many
CPUs are installed. There is no architected guarantee that CPU numbers are
defined without "gaps". SCCPNCPS is just the number of CPU entries present
in the SCPINFO. The entries themselves have to be examined to see the CPU
number and then you would take the highest one that is found..

Regarding "does not get updated after IPL" you are presumably looking at
the area mapped by CVTSCPIN. This area intentionally is not updated after
IPL for compatibility reasons.  Try the area pointed to by ECVTSCPIN.

For what it's worth, SCCBHCPA is the highest CPU number that the machine
thinks it can support.

Peter Relson
z/OS Core Technology Design
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to