TMF Management Programming Manual (G06.24+)

Commands and Responses
HP NonStop TMF Management Programming Manual522420-002
5-41
ALTER CATALOG
ALTER CATALOG
The ALTER CATALOG command changes the configured attribute values of the
catalog process that affect the management of online and audit dumps.
Command Syntax
Refer to the SPI Programming Manual for tokens present in the command and
response buffers but not described below.
Tokens in Command Buffer
ZTMF-MAP-ALTER-CATALOG
is an extensible structured token that contains fields for specifying the attributes of
the catalog process that are to be changed. This token is required; only one
occurrence is allowed. This token contains the following fields:
ZRETAINDEPTH
specifies the number of online dump generations that remain in the catalog for
file recovery. Each generation is an instance of an online dump that provides a
point from which the file recovery can start; if three dumps were made of the
Command
ZTMF-CMD-ALTER
Object Type
ZTMF-OBJ-CATALOG
Tokens in Command Buffer
ZTMF-MAP-ALTER-CATALOG
!r
def ZTMF-DDL-ALTER-CATALOG.
02 ZRETAINDEPTH token-type ZSPI-DDL-INT.
02 ZRELEASED token-type ZSPI-DDL-BOOLEAN.
end.
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.