DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-63
ZMCS Maps
ZMCS-MAP-STATUS-TAPEMOUNT
MEDIASRV includes this extensible structured token in STATUS TAPEMOUNT
commands to describe information regarding outstanding tape mount requests on a
node. ZMCS-MAP-STATUS-TAPEMOUNT is based on ZMCS-DDL-STATUS-
TAPEMOUNT, which is defined as:
ZTAPEMOUNTID
contains the number assigned by $ZSVR to the mount message of the requested
tape.
ZLPMETHOD
denotes the tape label processing mode. Valid values are:
ZLABELTYPE
denotes the label type or label processing mode. Valid values are:
ZMCS-VAL-DEFINECLASS-TAPE
CLASS TAPE DEFINE is used for this tape
file.
ZMCS-VAL-DEFINECLASS-TAPECAT
CLASS TAPECATALOG DEFINE is used for
this tape file.
ZMCS-VAL-DEFINECLASS-NONE
No DEFINE is used for this tape file.
def ZMCS-DDL-STATUS-TAPEMOUNT.
02 ZTAPEMOUNTID type ZMCS-DDL-TAPEMOUNTID.
02 ZLPMETHOD type ZMCS-DDL-LPMETHOD-ENM.
02 ZLABELTYPE type ZMCS-DDL-LABELTYPE-ENM.
02 ZTAPEUSE type ZMCS-DDL-TAPEUSE-ENM.
02 ZOPENEXCLUSION type ZMCS-DDL-OPENEXCLUSION-ENM.
02 ZEXACTMATCH type ZSPI-DDL-INT.
02 ZCATMANSTATUS type ZMCS-DDL-CATMANSTAT-ENM.
02 ZDENSITY type ZMCS-DDL-DENSITY-ENM.
02 ZPROCESSCPU type ZSPI-DDL-INT.
02 ZPROCESSPIN type ZSPI-DDL-INT.
02 ZDEFINECLASS type ZMCS-DDL-DEFINECLASS-ENM.
02 ZUSERID type ZSPI-DDL-USERID.
02 ZUSERNAME type ZSPI-DDL-USERNAME.
end.
ZMCS-VAL-LPMETHOD-LP
Tape is opened for labeled processing (for ANSI,
IBM, BACKUP, or TMF system label).
ZMCS-VAL-LPMETHOD-BLP
Tape is opened for bypass label processing.
ZMCS-VAL-LPMETHOD-UNKNOWN
Tape has label in nonstandard format or is
unreadable.