DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-23
ZMCS Maps
ZMCS-MAP-ADD-TAPELABEL
MEDIASRV includes this extensible structured token in ADD TAPELABEL commands
to create or modify tape labels. ZMCS-MAP-ADD-TAPELABEL is based on ZMCS-DDL-
ADD-TAPELABEL, which is defined as:
ZOVERRIDE
corresponds to the OVERRIDE parameter of the MEDIACOM ADD TAPELABEL
command. ZOVERRIDE (ON or OFF) denotes whether to check if a tape is labeled
and to check the system search space for a duplicate tape name.
ON indicates that the label information is written or changed without checking for
an existing tape label and without checking the available system search space for
a duplicate name.
OFF indicates that the label information is written after the label check completes
and if no duplicate tape is in the available system search space.
ZLABELTYPE
corresponds to the LABELS parameter of the MEDIACOM ADD TAPELABEL
command. ZLABELTYPE denotes the label type. Valid values are:
def ZMCS-DDL-ADD-TAPELABEL.
02 ZOVERRIDE type ZSPI-DDL-BOOLEAN.
02 ZLABELTYPE type ZMCS-DDL-LABELTYPE-ENM.
02 ZDENSITY type ZMCS-DDL-DENSITY-ENM.
02 ZUNLOAD type ZSPI-DDL-BOOLEAN.
02 ZPROMPT type ZSPI-DDL-BOOLEAN.
02 ZSCRATCH type ZSPI-DDL-BOOLEAN.
end.
ZMCS-VAL-LABELTYPE-UNSPECIF
The tape label type is unspecified.
ZMCS-VAL-LABELTYPE-ANSI
The tape label type is ANSI.
ZMCS-VAL-LABELTYPE-IBM
The tape label type is IBM-MVS.
ZMCS-VAL-LABELTYPE-UNLABELED
The tape is unlabeled.
ZMCS-VAL-LABELTYPE-BLP
The tape label type is BLP.
ZMCS-VAL-LABELTYPE-ANY
All label types are permitted (default).
ZMCS-VAL-LABELTYPE-BACKUP
The tape label type indicates a BACKUP or
BACKCOPY tape.
ZMCS-VAL-LABELTYPE-TMF
The tape label type is TMF.
ZMCS-VAL-LABELTYPE-UNKNOWN
The tape label type is unknown.