Updates the contents of a specified section in the db2cli.ini file.
The db2cli.ini file is used as the DB2 call level interface (CLI) configuration file. It contains various keywords and values that can be used to modify the behavior of the DB2 CLI and the applications using it. The file is divided into sections, each section corresponding to a database alias name. For more information about this file and the CLI/ODBC configuration keywords, see the CLI Guide and Reference.
Authorization
sysadm
Required Connection
None
Command Syntax
>>-UPDATE CLI----+-CONFIGURATION-+--FOR SECTION--section-name--->
+-CONFIG--------+
'-CFG-----------'
.------------------.
V |
>-----USING-----keyword value---+------------------------------><
|
Command Parameters
Usage Notes
The section name and the keywords specified on this command are not case sensitive. However, the keyword values are case sensitive.
If a keyword value is a string containing single quotation marks or imbedded blanks, the entire string must be delimited by double quotation marks. For example:
db2 update cli cfg for section tstcli1x
using TableType "'TABLE','VIEW','SYSTEM TABLE'"
See Also