DB2 Version 9.7 for Linux, UNIX, and Windows

WarningList CLI/ODBC configuration keyword

Specifies which errors to downgrade to warnings.

db2cli.ini keyword syntax:
WarningList = " 'xxxxx', 'yyyyy',  ..."
Default setting:
Do not downgrade any SQLSTATEs.
Usage notes:
 
Any number of SQLSTATEs returned as errors can be downgraded to warnings. Each must be delimited with single quotes, separated by commas, and in uppercase. The entire string must also be enclosed in double quotes. For example:
 
    WarningList=" '01S02', 'HY090' "