Subsystem Control Point (SCP) Management Programming Manual
Common Definitions
Subsystem Control Point (SCP) Management Programming Manual—520619-001
4-24
Values
ZRCB-CNT
contains the number of command messages (requests) that have not finished.
ZRCB-TOTAL-CNT
contains the total number of command messages (requests) processed since this SCP
process was started.
Values
ZSCP-VAL-SSID
This token value specifies the destination subsystem ID for the SCP process.
ZSSOWNER
specifies the owner of the SCP subsystem. The owner is “TANDEM ” (the two
blank characters fill the name to eight characters).
ZSSNUMBER
specifies the subsystem number of the SCP subsystem (25).
ZSSVERSION
specifies the SCP program version in a 2-byte integer. (For example, the C from
C20 is represented as an ASCII character in the first byte, and the 20 is represented
as a binary number in the second byte, so 17172 is the decimal representation for
C20.)
def ZSCP-VAL-SSID.
02 ZSSOWNER type character 8
value is ZSPI-VAL-TANDEM.
02 ZSSNUMBER type unsigned integer
value is ZSPI-SSN-ZSCP.
02 ZSSVERSION type unsigned integer
value is ZSCP-VAL-VERSION.
end.