Version 8.2.2 for Mainframes
 —  Parameter Reference  —

SRVUSER - User ID for RPC Server Registry

This parameter specifies the user ID needed to register a Natural RPC server on the node specified with the profile parameter SVRNODE.

Note:
In case of an EntireX Broker node, SRVUSER is also used to logon to the EntireX Broker. A password is either taken from Natural Security (see *NSC below) or specified via the application programming interface USR2072N.

Possible settings user-ID Valid user ID. 1 to16 characters.
*USER If SRVUSER is set to *USER, the Natural server uses the current Natural user ID (see system variable *USER) to logon to the node.
*NSC If SRVUSER is set to *NSC and Natural Security is installed, the Natural server uses the current Natural user ID (see system variable *USER) and the password defined for this user ID in Natural Security to logon to the node.
Default setting timestamp If the user ID is omitted, the timestamp will be used.
Dynamic specification yes  
Specification within session no  

Notes:

  1. SRVUSER 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