DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-21
ZMCS Maps
ZAPPEND
corresponds to the APPEND parameter of the MEDIACOM ADD POOL command.
ON indicates that tape volumes known to the pool, of LABELS BACKUP, may
contain multiple tape files.
OFF (default) stipulates that tape volumes known to the pool can only contain a
single tape file and the unspecified means the pool APPEND parameter is
unspecified.
ZMCS-MAP-ADD-TAPEFILE
MEDIASRV includes this extensible structured token in ADD TAPEFILE commands to
describe the characteristics and conditions of tape file entries. ZMCS-MAP-ADD-
TAPEFILE is based on ZMCS-DDL-ADD-TAPEFILE, which is defined as:
ZTAPEFILEMODE
corresponds to the MODE parameter of the MEDIACOM ADD TAPEFILE
command. ZTAPEFILEMODE denotes the origin of the tape file. Valid values are:
ZVOLINDEX
corresponds to the VOLUMEINDEX parameter of the MEDIACOM ADD TAPEFILE
command. ZVOLINDEX denotes the sequence number that defines which tape of
a tape set is mounted for this command.
ZRETENTIONDATE
corresponds to the EXPIRATION parameter of the MEDIACOM ADD TAPEFILE
command. ZRETENTIONDATE denotes a new expiration date for this entry.
def ZMCS-DDL-ADD-TAPEFILE.
02 ZTAPEFILEMODE type ZMCS-DDL-TAPEFILEMODE-ENM.
02 ZVOLINDEX type ZSPI-DDL-INT.
02 ZRETENTIONDATE type ZSPI-DDL-INT.
02 ZUNLOAD type ZSPI-DDL-BOOLEAN.
02 ZPROMPT type ZSPI-DDL-BOOLEAN.
end.
ZMCS-VAL-TAPEFILEMODE-UNSPECIF
The origin of the tape file is unspecified.
ZMCS-VAL-TAPEFILEMODE-ANY
Any origin is accepted.
ZMCS-VAL-TAPEFILEMODE-USER
The tape was created by a process other
than BACKUP or BACKCOPY.
ZMCS-VAL-TAPEFILEMODE-BFM
The origin of the tape file is BFM
(BACKFILE).
ZMCS-VAL-TAPEFILEMODE-BVM
The origin of the tape file is BVM
(BACKVOLUME).