Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-111
INFO DATAVOLS
INFO DATAVOLS
The INFO DATAVOLS command returns the configured attribute values of data 
volumes, and can also filter and then return volumes based on selected configuration 
attributes. 
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-DataVols
Tokens in Command Buffer
ZTMF-TKN-VolumeName           token-type ZSPI-TYP-String.
ZSPI-TKN-MaxResp              token-type ZSPI-TYP-Int.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Info-DataVols
def ZTMF-DDL-Info-DataVols.
  02 ZAuditTrailId            token-type ZSPI-DDL-Enum.
  02 ZRecoveryMode            token-type ZSPI-DDL-Enum.
end.
Tokens in Response Buffer
ZTMF-TKN-VolumeName           token-type ZSPI-TYP-String.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Info-DataVols-R
def ZTMF-DDL-Info-DataVols-R.
  02 ZAuditTrailId            token-type ZSPI-DDL-Enum.
  02 ZRecoveryMode            token-type ZSPI-DDL-Enum.
end.