DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-48
ZMCS Maps
ZMCS-MAP-INFO-TAPEDRIVE
MEDIASRV includes this extensible structured token in INFO TAPEDRIVE commands 
to describe the current setting of a tape drive regarding the BLPCHECK and 
NLCHECK options. ZMCS-MAP-INFO-TAPEDRIVE is based on ZMCS-DDL-INFO-
TAPEDRIVE, which is defined as: 
ZNOLABELCHECK
ZNOLABELCHECK (ON or OFF) denotes whether a request for no label 
processing requires approval.
•
ON means the request must be approved with an ALTER TAPEMOUNT 
command. (Programmatic approval with ALTER TAPEMOUNT is different than 
the command used with MEDIACOM.)
•
OFF means no approval is necessary.
ZBYPASSLABELCHECK
ZBYPASSLABELCHECK (ON or OFF) denotes whether a request for label 
processing requires approval.
•
ON means the request must be approved with an ALTER TAPEMOUNT 
command. (Programmatic approval with ALTER TAPEMOUNT is different than 
the command used with MEDIACOM.)
•
OFF means no approval is necessary.
ZACSID
denotes a number in the range 0 through 26 that identifies a group of LSMs 
connected to form one ACS.
ZLSMID
denotes a number in the range 0 through 15 that identifies one LSM of the ACS.
ZPANELID
denotes a number in the range 0 through 19 that identifies which panel of the LSM 
contains the tape drive.
def ZMCS-DDL-INFO-TAPEDRIVE.
 02 ZNOLABELCHECK type ZSPI-DDL-BOOLEAN.
 02 ZBYPASSLABELCHECK type ZSPI-DDL-BOOLEAN.
 02 ZACSID type ZSPI-DDL-INT.
 02 ZLSMID type ZSPI-DDL-INT.
 02 ZPANELID type ZSPI-DDL-INT.
 02 ZDRIVEID type ZSPI-DDL-INT.
end.










