Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-124
INFO PROCESS
INFO PROCESS
The INFO PROCESS command returns the configured attribute values for the major 
TMF processes.
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-Process
Tokens in Command Buffer
ZTMF-TKN-ProcessType          token-type ZSPI-TYP-CRTPID.
Tokens in Response Buffer
ZTMF-TKN-Swap                 token-type ZSPI-TYP-String.
ZTMF-TKN-ExtFilename          token-type ZSPI-TYP-String.
ZTMF-TKN-Term                 token-type ZSPI-TYP-String.
ZTMF-MAP-Info-Processes
def ZTMF-DDL-Info-Processes.
  02 ZProcess                 token-type ZSPI-DDL-Enum.
  02 ZCpusInfo                token-type ZTMF-DDL-CpusInfo.
  02 ZPriority                token-type ZSPI-DDL-Int.
  02 ZMakeSaveAbend           token-type ZSPI-DDL-Boolean.
  02 ZDebug                   token-type ZSPI-DDL-Boolean.
  02 ZInspect                 token-type ZSPI-DDL-Boolean.
  02 ZExtendedSegSize         token-type ZSPI-DDL-Int-Pair.
  02 ZPfsSize                 token-type ZSPI-DDL-Int2.
  02 ZDfltExtendedSegSize     token-type ZSPI-DDL-INT-PAIR.
end.