DB2 Version 9.7 for Linux, UNIX, and Windows

EnableKeepDynamic IBM Data Server Driver configuration keyword

Specifies if EnableKeepDynamic function is available to DB2® applications.

Equivalent CLI keyword
KeepDynamic
Equivalent IBM® Data Server Provider for .NET connection string keyword
N/A
db2dsdriver.cfg configuration syntax
<parameter name="EnableKeepDynamic" value="0 | 1"/>
Default setting:
EnableKeepDynamic function is not available to DB2 applications.
Equivalent connection attribute:
SQL_ATTR_KEEP_DYNAMIC
Usage notes:
The EnableKeepDynamic configuration keyword should be set according to how the packages were bound on the DB2 for z/OS® and OS/390® server. Set EnableKeepDynamic as follows:
  • 0 - if the packages on the server were bound with the KEEPDYNAMIC NO option
  • 1 - if the packages on the server were bound with the KEEPDYNAMIC YES option
It is recommended that when EnableKeepDynamic is used, the CurrentPackageSet keyword also be set. Refer to the documentation about enabling KEEPDYNAMIC support for details on how these keywords can be used together.