Page History
...
When connecting to an IBM i with DBID=*AS400, the following PSxx arguments can be used:
Param | Directly Equates to this Built-In Function: | Argument Number |
|---|---|---|
PSLU | DEFINE_OS_400_SERVER | 2 (LU partner name) |
PSCC | DEFINE_OS_400_SERVER | 3 (Commitment control) |
PSDB | DEFINE_OS_400_SERVER | 4 (DBCS capable) |
PSDL | DEFINE_OS_400_SERVER | 5 (Divert locks) |
PSWM | DEFINE_OS_400_SERVER | 6 (Show please wait message) |
PSEP | DEFINE_OS_400_SERVER | 7 (Server execution priority) |
PSCT | DEFINE_OS_400_SERVER | 8 (Client to Server table) |
PSST | DEFINE_OS_400_SERVER | 9 (Server to Client table) |
PSPW | CONNECT_SERVER | 2 (Password) |
PSUS | ||
PSTC | CONNECT_SERVER. See PSTC Notes (Primary Server Trusted Connection) | 3 (Use Kerberos Authentication) |
PSTY | ||
PSRA | ||
PSRR |
The SSN (Symbolic Server Name) used when automatically connecting to an IBM i server with DBID=*AS400 is always AS400. This value cannot be changed.
When connecting to a Server with DBID=*OTHER, the following PSxx arguments can be used:
Param | Directly Equates to this Built-In Function: | Argument Number |
|---|---|---|
PSLU | DEFINE_OTHER_SERVER | 2 (Server network name) |
PSDL | DEFINE_OTHER_SERVER | 3 (Divert locks) |
PSWM | DEFINE_OTHER_SERVER | 4 (Show please wait message) |
PSEA | DEFINE_OTHER_SERVER See PSEA Notes (Primary Server Exceptional Arguments) | 5 (X_RUN exceptional arguments) |
PSTC | CONNECT_SERVER. See PSTC Notes (Primary Server Trusted Connection) | 3 (Use Kerberos Authentication) |
PSPW | CONNECT_SERVER | 2 (Password) |
PSUS | ||
PSTY | ||
PSRA | ||
PSRR |
The SSN (Symbolic Server Name) used when automatically connecting to a non-IBM i server with DBID=*OTHER is always DTASERVER. This value cannot be changed.
...