KeepDynamic CLI/ODBC and IBM data server driver configuration keyword
Specifies if KEEPDYNAMIC functionality is available to CLI applications.
- db2cli.ini keyword syntax:
- KeepDynamic = 0 | 1
- IBM® data server driver configuration file (db2dsdriver.cfg) syntax:
- <parameter name="KeepDynamic" value="0 | 1"/>
Attention: The IBM data server
driver configuration
file (db2dsdriver.cfg) syntax is available in Db2 11.5.4 and later.
- Default setting:
- KEEPDYNAMIC functionality is not available to CLI applications.
- Equivalent connection attribute:
- SQL_ATTR_KEEP_DYNAMIC
- Usage notes:
The KeepDynamic CLI/ODBC configuration keyword should be set according to how the CLI packages were bound on the Db2® for z/OS® and OS/390® server. Set
KeepDynamic as follows:
- 0 - if the CLI packages on the server were bound with the KEEPDYNAMIC NO option
- 1 - if the CLI packages on the server were bound with the KEEPDYNAMIC YES option