DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-59
ZMCS Maps
MAP-STATUS-MEDIASRV is based on ZMCS-DDL-STATUS-MEDIASRV, which is
defined as:
ZDATETIME
denotes the local date and time on the node on which the server is running.
ZSYSTEMNUMBER
denotes the number of the node on which the server is running.
ZPROCESSCPU
denotes the process CPU number.
ZPROCESSPIN
denotes the process PIN number.
ZCREATORUSERID
denotes the creator ID of the person who created the server.
ZCREATORUSERNAME
denotes the creator user name in form name.name.
ZPROCESSUSERID
denotes the process ID of the person who started the server.
ZPROCESSUSERNAME
denotes the process user name in form name.name.
ZPRIORITY
denotes the execution priority of the server.
def ZMCS-DDL-STATUS-MEDIASRV.
02 ZDATETIME type ZSPI-DDL-TIMESTAMP.
02 ZSYSTEMNUMBER type ZSPI-DDL-INT2.
02 ZPROCESSCPU type ZSPI-DDL-INT.
02 ZPROCESSPIN type ZSPI-DDL-INT.
02 ZCREATORUSERID type ZSPI-DDL-USERID.
02 ZCREATORUSERNAME type ZSPI-DDL-USERNAME.
02 ZPROCESSUSERID type ZSPI-DDL-USERID.
02 ZPROCESSUSERNAME type ZSPI-DDL-USERNAME.
02 ZPRIORITY type ZSPI-DDL-INT.
end.