DB2 Version 9.7 for Linux, UNIX, and Windows

KeepDynamic CLI/ODBC configuration keyword

Specifies if KEEPDYNAMIC functionality is available to CLI applications.

db2cli.ini keyword syntax:
KeepDynamic = 0 | 1
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
It is recommended that when KeepDynamic is used, the CurrentPackageSet CLI/ODBC keyword also be set. Refer to the documentation about enabling KEEPDYNAMIC support for details on how these keywords can be used together.