Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-51
ALTER PROCESS
ALTER PROCESS
The ALTER PROCESS command changes the configured attribute values of various 
TMF processes.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Alter
Object Type
ZTMF-OBJ-Process
Tokens in Command Buffer
ZTMF-TKN-ProcessType          token-type ZSPI-TYP-CrtPid.
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-Alter-Processes
def ZTMF-DDL-Alter-Processes.
  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.
end.
Tokens in Response Buffer
None.