OnlyUseBigPackages CLI/ODBC and IBM data server driver configuration keyword

Allows the CLI applications to use only big packages.

db2cli.ini keyword syntax:
OnlyUseBigPackages= 0 | 1
IBM data server driver configuration file (db2dsdriver.cfg) syntax:
<parameter name="OnlyUseBigPackages" 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:
CLI applications use small packages (3 by default) with 64 sections, and once these sections are exhausted, it starts using big packages, with 384 sections.
Usage notes:
This option can be used to allow the applications to access to a large number of sections (384) in big packages, as opposed to 64 sections in small packages.
When the OnlyUseBigPackages=1 keyword is set, the small CLI packages should not be used.