Version 8.2.2 for Mainframes
 —  Parameter Reference  —

SRVTERM - Server Termination Event

This parameter specifies the event at which a Natural RPC server is automatically terminated.

Possible settings NEVER A Natural RPC server is never automatically terminated.

Note:
To terminate a Natural RPC server, refer to Terminating a Natural RPC Server and Terminating an EntireX Broker Service in the Natural Remote Procedure Call (RPC) documentation.

TIMEOUT A Natural RPC server is automatically terminated if the wait time for the next client request outside of an RPC conversation is exceeded.

Note:
TIMEOUT should only be set if you use an Attach Manager to dynamically start Natural RPC servers on request.

Default setting NEVER  
Dynamic specification yes  
Specification within session no  

Notes:

  1. SRVTERM is specified on the server side only.
  2. For static specification, this parameter is available as a keyword subparameter of the NTRPC macro.
  3. For dynamic specification, this parameter is available as a keyword subparameter of the profile parameter RPC.
  4. For information on Natural RPC, see the Natural Remote Procedure Call (RPC) documentation.

Top of page