DSM/Tape Catalog Management Programming Manual
Common Definitions
DSM/Tape Catalog Management Programming Manual—520481-003
4-52
ZMCS Maps
ZMCS-MAP-INFO-TAPELABEL
MEDIASRV includes this extensible structured token in INFO TAPELABEL commands
to describe the type of information on a tape label. ZMCS-MAP-INFO-TAPELABEL is
based on ZMCS-DDL-INFO-TAPELABEL, which is defined as:
ZUNLOAD
corresponds to the UNLOAD parameter of the MEDIACOM INFO TAPELABEL
command. ZUNLOAD (ON or OFF) denotes what happens to the tape after this
command is finished.
•
ON (default) means the tape is unloaded.
•
OFF means the tape stays loaded and online.
ZPROMPT
corresponds to the PROMPT parameter of the MEDIACOM INFO TAPELABEL
command. ZPROMPT denotes when the tape drive begins checking (polling) that a
tape is mounted.
•
ON (default) means polling does not begin until you manually start it. This
message is sent to the current default output file:
\node.$tape: not ready:
When the tape is mounted, processing continues.
•
OFF means polling is done immediately by the tape drive. This message is
sent to the current default output file:
\node.$tape: not ready -- beginning to poll
When the tape is mounted, processing continues.
ZLABELTYPE
denotes which kind of tape label is allowed in the pool. Valid values are:
def ZMCS-DDL-INFO-TAPELABEL.
02 ZUNLOAD type ZSPI-DDL-BOOLEAN.
02 ZPROMPT type ZSPI-DDL-BOOLEAN.
02 ZLABELTYPE type ZMCS-DDL-LABELTYPE-ENM.
02 ZSEQUENCENUMBER type ZSPI-DDL-INT.
02 ZLABELDATA type ZMCS-DDL-TAPELABEL.
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.