Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-114
INFO DUMPS
INFO DUMPS
The INFO DUMPS command returns online and audit dump entries in the TMF 
catalog. 
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Info
Object Type
ZTMF-OBJ-Dumps
Tokens in Command Buffer
ZTMF-TKN-Fileset           token-type ZSPI-TYP-String.
ZTMF-TKN-NotFileset        token-type ZSPI-TYP-String.
ZTMF-TKN-ExtFilename       token-type ZSPI-TYP-String.
ZTMF-TKN-VolumeName        token-type ZTMF-TYP-String.
ZTMF-TKN-FilesetDefault    token-type ZTMF-TYP-String.
ZTMF-TKN-ANSINAME          token-type ZTMF-TYP-STRING.
ZTMF-TKN-NOTANSINAME       token-type ZTMF-TYP-STRING.
ZTMF-TKN-DEFAULTCATSCH     token-type ZTMF-TYP-STRING.
ZTMF-MAP-Info-Dumps
def ZTMF-DDL-Info-Dumps.
  02 ZName                  token-type ZSPI-DDL-DiscName.
  02 ZSerial                token-type ZSPI-DDL-Int2.
  02 ZDumpType              token-type ZSPI-DDL-Enum.
  02 ZMasterSequence        token-type ZSPI-DDL-Int2.
  02 ZDataSequence          token-type ZSPI-DDL-Int2.
  02 ZDumpStatus            token-type ZSPI-DDL-Enum.
  02 ZMediaStatus           token-type ZSPI-DDL-Enum.
  02 ZSortSelect            token-type ZSPI-DDL-Enum.
  02 ZTimeStamp             token-type ZSPI-DDL-TimeStamp.
  02 ZSystemNumber          token-type ZSPI-DDL-Int2. 
  02 ZMedia                 token-type ZTMF-DDL-Media.
  02 ZMedium                token-type ZSPI-DDL-Enum.
  02 ZDiskMedia             token-type ZTMF-DDL-DiskMedia.
end.