DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-49
ZMCS Maps
ZDRIVEID
denotes a number in the range 0 through 3 that identifies the tape drive in the 
panel.
ZMCS-MAP-INFO-TAPEFILE
MEDIASRV includes this extensible structured token in INFO TAPEFILE commands to 
describe attributes of a valid tape file entry. ZMCS-MAP-INFO-TAPEFILE is based on 
ZMCS-DDL-INFO-TAPEFILE, which is defined as:  
ZGENERATION
corresponds to the GEN parameter of the MEDIACOM INFO TAPEFILE command. 
ZGENERATION denotes which generation of tape file entries for the tape file ID is 
used in the report. 
A number from 1 through 32767 is used as an absolute value to denote which 
generation of the tape file entry is used in the report.
A negative number in the range -1 through -32768 denotes a relative value. The 
default is -1, which represents the most recent generation.
ALL denotes that all generations are used in the report.
ZGENISPRESENT
contains a status of either TRUE or FALSE. ZGENISPRESENT must contain a 
TRUE status whenever an absolute value is present for ZGENERATION.
def ZMCS-DDL-INFO-TAPEFILE.
 02 ZGENERATION type ZMCS-DDL-GENERATION.
 02 ZGENISPRESENT type ZSPI-DDL-BOOLEAN.
 02 ZTAPEFILEMODE type ZMCS-DDL-TAPEFILEMODE-ENM.
 02 ZALLVOLSET type ZSPI-DDL-BOOLEAN.
 02 ZVERSION type ZMCS-DDL-VERSION.
 02 ZTIME type ZSPI-DDL-TIMESTAMP.
 02 ZRETENTIONDATE type ZSPI-DDL-TIMESTAMP.
 02 ZRECORDFORMAT type ZMCS-DDL-RECORDFORMAT-ENM.
 02 ZRECORDLENGTH type ZSPI-DDL-INT2.
 02 ZBLOCKLENGTH type ZSPI-DDL-INT2.
 02 ZPHYSICALCOPY type ZSPI-DDL-INT.
 02 ZLOGICALCOPY type ZSPI-DDL-INT.
 02 ZFILESEQUENCE type ZSPI-DDL-INT.
 02 ZFILESECTION type ZSPI-DDL-INT.
 02 ZCATALOGFILES type ZSPI-DDL-BOOLEAN.
 02 ZVOLINDEX type ZSPI-DDL-INT.
 02 ZLASTGEN type ZMCS-DDL-GENERATION.
end.










