DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-60
ZMCS Maps
ZMCS-MAP-STATUS-TAPEDRIVE
MEDIASRV includes this extensible structured token in STATUS TAPEDRIVE 
commands to describe information pertaining to the current status of a tape drive. 
ZMCS-MAP-STATUS-TAPEDRIVE is based on ZMCS-DDL-STATUS-TAPEDRIVE, 
which is defined as:  
ZDRIVESTATUS
denotes the status of the tape drive. Valid values are:  
ZDRIVEORIGIN
denotes the origin of the tape drive. Valid values are:   
def ZMCS-DDL-STATUS-TAPEDRIVE.
 02 ZDRIVESTATUS type ZMCS-DDL-DRIVESTATUS-ENM.
 02 ZDRIVEORIGIN type ZMCS-DDL-DRIVEORIGIN-ENM.
 02 ZTAPEVOLUMESTATUS type ZMCS-DDL-TAPEVOLSTATUS-ENM.
 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 ZCATMANSTATUS type ZMCS-DDL-CATMANSTAT-ENM.
 02 ZPROCESSCPU type ZSPI-DDL-INT.
 02 ZPROCESSPIN type ZSPI-DDL-INT.
 02 ZDEFINECLASS type ZMCS-DDL-DEFINECLASS-ENM.
end.
ZMCS-VAL-DRIVESTATUS-INUSE
A tape is mounted and is being read from or 
written to.
ZMCS-VAL-DRIVESTATUS-FREE
The drive is available.
ZMCS-VAL-DRIVESTATUS-DOWN
The drive is down.
ZMCS-VAL-DRIVESTATUS-UNAVAIL
Both processors owning the tape drive are 
down.
ZMCS-VAL-DRIVEORIGIN-UNSPECIF
The origin of the tape drive is unspecified.
ZMCS-VAL-DRIVEORIGIN-SYSGEN
The tape drive was configured for the 
system through system generation 
parameters.
ZMCS-VAL-DRIVEORIGIN-COUP
The tape drive was configured for the 
system through Dynamic System 
Configuration (DSC) parameters.










