| AUTHTYPE |
Authentication type. This can be either DES for Diffie Hellman Encryption Standard or AES for
Advanced Encryption Standard. When AUTHTYPE is not supplied, the default is DES. To force AES,
the option must be added to the DEFINE DATABASE statement. Each server can be different in what is
supported as to AES/DES. For this setting to have effect, you must specify a security
mechanism (SECMEC) that requests encryption. |
- DES
- Diffie Hellman Encryption Standard (default value)
- AES
- Advanced Encryption Standard.
|
| CCSID |
Specify the EBCDIC single-byte application CCSID (Coded Character Set Identifier) configured for
this RDBMS subsystem on the RDBMS installation panel DSNTIPF, option 7. (Optional)
|
Refer to the RDBMS vendor documentation for a list of valid CCSIDs. |
| DDFSTATUS |
The DDF activation status can be altered online by using the ISPF 4-Db2 dialog panels.
(Required)
|
- ENABLE
- Make this DDF definition active.
- DISABLE
- DDF endpoint is not used.
|
| DOMAIN |
The domain name or hostname on which the JDBC Gateway server is running. Either DOMAIN or IPADDR
is required, but not both. |
No default value. |
| IPADDR |
The dot-notation IPV4 address of the host on which the JDBC Gateway server is running. Either DOMAIN or IPADDR
is required, but not both. |
If this parameter is not specified, the value 127.0.0.1 (local host) is the default. For group
director definitions, use the DVIPA IP address of the group director.
|
| LOCATION |
For JGATE: The location name specified in the JDBC Gateway data source definition entry. See Creating a data source definition entry.
(Required) |
A valid value is a string 1 - 16 characters.
|
| NAME |
The database name as known to the server. (Required)
|
A valid value consists of 1 - 4 characters. Clients use this ID when they
request access to a specific downstream database server. |
| PORT |
The TCP/IP port on which the JDBC Gateway server is listening. (Required)
|
A valid 1-5 numeric string.
If this keyword is not entered, the default DRDA port number 443 is used.
|
| SECMEC |
The DRDA security mechanism in force. |
- EUSRIDPWD
- Encrypt the user ID and password.
- USERIDPWD
- User ID and password are sent as is. No encryption is used.
- USRIDONL
- User ID is sent as is. No encryption is used for the user ID only (client security).
- USRENCPWD
- Encrypt password only.
|
| TYPE |
Defines the DDF endpoint type.
- JGATE
- DDF endpoint is the JDBC Gateway.
|
When using the JDBC Gateway, JGATE is the
valid value.
|