DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-41
ZMCS Maps
ZMCS-MAP-INFO-DISKFILE
MEDIASRV includes this extensible structured token in INFO DISKFILE commands to
describe information retrieved from disk file entries. Disk file entries are created when
the CATALOGFILES option of BACKUP or BACKCOPY is selected, and are used
mainly for recovery. ZMCS-MAP-INFO-DISKFILE is based on ZMCS-DDL-INFO-
DISKFILE, which is defined as:
ZDISKFILESTATUS
corresponds to the STATUS parameter of the MEDIACOM INFO DISKFILE
command. ZDISKFILESTATUS denotes which type of disk file entries are used in
the report. Valid values are:
ZGENERATION
corresponds to the GEN parameter of the MEDIACOM INFO DISKFILE command.
ZGENERATION denotes which generation of disk 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.
def ZMCS-DDL-INFO-DISKFILE.
02 ZDISKFILESTATUS type ZMCS-DDL-DISKFILESTATUS-ENM.
02 ZGENERATION type ZMCS-DDL-GENERATION.
02 ZGENISPRESENT type ZSPI-DDL-BOOLEAN.
02 ZTIMEDUMPED type ZSPI-DDL-TIMESTAMP.
02 ZVERSION type ZMCS-DDL-VERSION.
02 ZPHYSICALCOPY type ZSPI-DDL-INT.
02 ZLOGICALCOPY type ZSPI-DDL-INT.
02 ZDISKFILECODE type ZSPI-DDL-INT.
02 ZDISKFILETYPE type ZMCS-DDL-DISKFILETYPE-ENM.
02 ZEOF type ZSPI-DDL-INT2.
02 ZLASTMODTIME type ZSPI-DDL-TIMESTAMP.
02 ZOPEN type ZSPI-DDL-BOOLEAN.
02 ZBROKEN type ZSPI-DDL-BOOLEAN.
02 ZROLLFORWARDNEEDED type ZSPI-DDL-BOOLEAN.
02 ZCORRUPT type ZSPI-DDL-BOOLEAN.
02 ZAUDITED type ZSPI-DDL-BOOLEAN.
02 ZVOLINDEX type ZSPI-DDL-INT.
end.
ZMCS-VAL-DISKFILESTAT-UNSPECIF
The type of disk file entries is
unspecified.
ZMCS-VAL-DISKFILESTAT-VALID
Only valid disk file entries are used.
ZMCS-VAL-DISKFILESTAT-INVALID
Only invalid disk file entries are used.
ZMCS-VAL-DISKFILESTAT-ANY
All disk file entries are used.