DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-44
ZMCS Maps
ZVOLINDEX
applies if the disk file spans more than one tape. ZVOLINDEX denotes the
sequence number of the tape name within the tape set used (1 for the first tape
used, 2 for the second tape used, and so on).
ZMCS-MAP-INFO-MEDIACATALOG
MEDIASRV includes this extensible structured token in INFO MEDIADEFS commands
to describe information retrieved about the DSM/TC environment on one node. ZMCS-
MAP-INFO-MEDIACATALOG is based on ZMCS-DDL-INFO-MEDIACATALOG, which is
defined as:
ZCATALOGSUPPORTLEVEL
denotes the tape support level. Valid values are:
ZRETENTIONDAYS
denotes how long to retain a catalog entry.
A number in the range 1 through 9999 indicates the number of days past the
creation date of the tape file to keep its catalog entry.
A status of PERMANENT means to keep the entry until it is erased with a DELETE
TAPEFILE command.
def ZMCS-DDL-INFO-MEDIACATALOG.
02 ZCATALOGSUPPORTLEVEL type ZMCS-DDL-SUPPORTLEVEL-ENM.
02 ZRETENTIONDAYS type ZSPI-DDL-INT.
02 ZABENDRETENTION type ZSPI-DDL-INT.
02 ZSUSPICIOUSTIME type ZSPI-DDL-BOOLEAN.
02 ZAUTOMATED type ZMCS-DDL-AUTOMATED-ENM.
02 ZCOMPRESSION type ZMCS-DDL-COMPRESSION-ENM.
end.
ZMCS-VAL-SUPPLEVEL-UNSPECIFIED
The level of tape support is unspecified.
ZMCS-VAL-SUPPLEVEL-UNLABELED
Only unlabeled tape processing is
permitted.
ZMCS-VAL-SUPPLEVEL-NOCATALOG
Labeled and unlabeled tape processing
is permitted.
ZMCS-VAL-SUPPLEVEL-COMPATIBLE
Labeled and unlabeled tape processing
is permitted.
ZMCS-VAL-SUPPLEVEL-MEDIACAT
Only labeled tapes are permitted.
ZMCS-VAL-SUPPLEVEL-INTEGRATED
Tape processing by DSM/TC and a third-
party tape manager is permitted. (This
value is supported in the D30 release of
DSM/TC.)