For static specification, this parameter is available as a
keyword subparameter of the
NTRPC
macro. For dynamic specification, this parameter is available as a keyword
subparameter of the profile parameter RPC
.
It allows you to define up to 10 remote directory servers. For each remote directory server, you specify up to 5 subparameters.
RDS is specified on the client side only.
Possible settings | |||||||||
---|---|---|---|---|---|---|---|---|---|
server-name |
The server name (1 - 8 characters). There is no default, the value must be specified. | ||||||||
server-node |
The server node (1 - 8 characters). There is no default, the value must be specified. | ||||||||
subprogram |
The name of the subprogram titled CALLNAT , (1 - 8
characters) to be used as interface (default is RDSSCDIR ).
|
||||||||
logon-indicator |
|
||||||||
transport-protocol-name |
The transport protocol to be used. "ACI" is the only possible value and the default. |
||||||||
Default setting | none | Subparameter defaults, see above. | |||||||
Dynamic specification | yes | See below. | |||||||
Specification within session | no |
For dynamic specification the syntax is as follows.
RDS=(server-name,server-node-name,subprogram,logon-indicator,transport-protocol-name) |
RDS=((server-name,server-node name,subprogram,logon-indicator,transport-protocol-name)(server-name,server-node name,subprogram,logon-indicator,transport-protocol-name)...(server-name,server-node name,subprogram,logon-indicator,transport-protocol-name)) |
For additional information on Natural RPC, see the Natural Remote Procedure Call (RPC) documentation.