Version 8.2.2 for Mainframes
 —  Parameter Reference  —

TIMEOUT - Wait Time for RPC Server Response

This parameter specifies the number of seconds the client is to wait for an RPC server response.

Possible settings 0 -32767 Timeout in seconds.

Note:
If this time is exceeded, the remote procedure call will be terminated with a corresponding error message.

Default setting 55  
Dynamic specification yes  
Specification within session yes At runtime, this value can be overwritten using the Parameter Maintenance function of the SYSRPC utility.

Notes:

  1. TIMEOUT is specified on the client 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