DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-28
ZMCS Maps
ZLOGICALCOPY
corresponds to the LOGICAL parameter of the MEDIACOM ALTER DISKFILE
command. ZLOGICALCOPY refers to which copy of a tape set created from either
a parallel BACKUP or a parallel BACKCOPY run to change.
A number 1 or 2 denotes a change to the disk file entry for logical copy 1 or logical
copy 2. The default is 1.
A status of ALL denotes a change to the disk file entry for both logical copy 1 and
logical copy 2.
ZSTATUS
corresponds to the STATUS parameter of the MEDIACOM ALTER DISKFILE
command. ZSTATUS denotes the validity of a disk file entry. Valid values are:
ZMCS-MAP-ALTER-MEDIACATALOG
MEDIASRV includes this extensible structured token in ALTER MEDIADEF commands
to describe various configuration aspects of DSM/TC. ZMCS-MAP-ALTER-
MEDIACATALOG is based on ZMCS-DDL-ALTER-MEDIACATALOG, which is defined as:
ZCATALOGSUPPORTLEVEL
corresponds to the LEVEL parameter of the MEDIACOM ALTER MEDIADEFS
command. ZCATALOGSUPPORTLEVEL denotes the level of support for DSM/TC.
Valid values are:
ZMCS-VAL-DISKFILESTAT-UNSPECIF
The disk file entry is unspecified.
ZSPI-VAL-DISKFILESTAT-VALID
The disk file entry is valid.
ZSPI-VAL-DISKFILESTAT-INVALID
The disk file entry is invalid.
ZSPI-VAL-DISKFILESTAT-ANY
Any disk file entry is allowed.
def ZMCS-DDL-ALTER-MEDIACATALOG.
02 ZCATALOGSUPPORTLEVEL type ZMCS-DDL-SUPPORTLEVEL-ENM.
02 ZRETENTIONDAYS type ZSPI-DDL-INT.
02 ZABENDRETENTION type ZSPI-DDL-INT.
02 ZRESETTIME type ZSPI-DDL-BOOLEAN.
02 ZAUTOMATED type ZMCS-DDL-AUTOMATED-ENM.
02 ZCOMPRESSION type ZMCS-DDL-COMPRESSION-ENM.
end.