DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-58
ZMCS Maps
OFF means approval is necessary. After RECOVER DISKFILE determines
which backup tape or tapes to use, it displays the catalog information for you to
approve before executing a RESTORE run command to copy the disk file or
files from tape to disk.
ZMCS-MAP-SQLMXOBJECTS
MEDIASRV includes this extensible structured token in the RECOVER DISKFILE
command to describe the SQL/MX object type, the length of object name, and SQL/MX
object name information. ZMCS-MAP-SQLMXOBJECTS is based on ZMCS-DDL-
SQLMXOBJECTS, which is defined as follows:
ZSQLMXType
denotes the type of SQL/MX object. Valid values are:
VALUE ZMCS-VAL-SQLMXType-Catalog
The SQL/MX object type is CATALOG.
VALUE ZMCS-VAL-SQLMXType-Schema
The SQL/MX object type is SCHEMA.
VALUE ZMCS-VAL-SQLMXType-Table
The SQL/MX object type is TABLE.
VALUE ZMCS-VAL-SQLMXType-TPART
The SQL/MX object type is TPART.
ZSQLMXLen
denotes the length of SQL/MX object name.
ZSQLMXName
denotes the name of SQL/MX object.
ZMCS-MAP-STATUS-MEDIASRV
MEDIASRV includes this extensible structured token in STATUS MEDIASRV
commands (the corresponding MEDIACOM command is STATUS SERVER) to
describe information about the MEDIASRV server process for your session. ZMCS-
DEFINITION ZMCS-DDL-SQLMXObject.
02 ZSQLMXType TYPE ZMCS-DDL-SQLMXType-ENM.
02 ZSQLMXLen TYPE ZSPI-DDL-Int SPI-NULL 255.
02 ZSQLMXName TYPE ZMCS-DDL-CHAR254.
END.