Version 6.3.12 for OpenVMS
 —  Parameter Reference  —

AUTORPC - Automatic Natural RPC Execution

This Natural profile parameter determines whether or not Natural RPC will automatically try to execute a subprogram remotely (on the server side) which was not found locally (on the client side).

Possible settings ON Natural RPC will automatically try to execute it remotely.
OFF Natural RPC will not automatically try to execute it remotely.

Note:
With AUTORPC=OFF, you can execute CALLNATs remotely using stubs.

Default setting OFF  
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. AUTORPC is specified on the client side only.
  2. For details see Interface Objects and Automatic RPC Execution in the Natural Remote Procedure Call (RPC) documentation.
  3. For information on Natural RPC, see the Natural Remote Procedure Call (RPC) documentation.

Top of page