DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-38
ZMCS Maps
ZBKUPFMT
denotes the type of tape format. Valid values are:
ZMCS-MAP-DELETE-TAPEFILE
MEDIASRV includes this extensible structured token in DELETE TAPEFILE
commands to describe the status of unexpired tape file entries removed from a file
catalog. ZMCS-MAP-DELETE-TAPEFILE is based on ZMCS-DDL-DELETE-TAPEFILE,
which is defined as:
ZGENERATION
corresponds to the GEN parameter of the MEDIACOM DELETE TAPEFILE
command. ZGENERATION denotes which generation of the tape file entry to alter.
A number from 1 through 32767 is used as an absolute value to denote which
generation of the tape file entry to alter.
ALL denotes that all generations of the tape file entries that own a disk file entry for
the disk file name are changed.
ZGENISPRESENT
contains a status of either TRUE or FALSE. ZGENISPRESENT must contain
TRUE whenever an absolute value is present for ZGENERATION.
ZVERSION
a value for ZVERSION (0 through 100) identifies the desired version of a tape file
for this command.
ZMCS-ENM-BKUPFMT-ALL
The backup status is All.
ZMCS-ENM-BKUPFMT-BACKUP
The backup status is Backup.
ZMCS-ENM-BKUPFMT-ARCHIVE
The backup status is Archive.
ZMCS-ENM-BKUPFMT-LONGNAME
The backup status is Longname.
ZMCS-ENM-BKUPFMT-NONBACKUP
There is no backup.
def ZMCS-DDL-DELETE-TAPEFILE.
02 ZGENERATION type ZMCS-DDL-GENERATION.
02 ZGENISPRESENT type ZSPI-DDL-BOOLEAN.
02 ZVERSION type ZMCS-DDL-VERSION.
02 ZPHYSICALCOPY type ZSPI-DDL-INT.
02 ZLOGICALCOPY type ZSPI-DDL-INT.
02 ZALLVOLSET type ZSPI-DDL-BOOLEAN.
02 ZTAPEVOLUMESALTERED type ZSPI-DDL-INT2.
end.