in reply to How to disable SQL Warning in DBI.pm

Googling found this:
Informational Warnings. Does that help?

Summary is to add to the db2cli.ini file:

[COMMON] IgnoreWarnList="'01504'"

Replies are listed 'Best First'.
Re^2: How to disable SQL Warning in DBI.pm
by joperocho (Initiate) on Mar 17, 2014 at 18:08 UTC
    Unfortunately, specifying / trapping the code is a fix, but not the solution I'm looking for. I want to suppress all warning message from being printed in errstr.
      The docs list a connection attribute "db2_quiet_mode". Does that do anything?

      If PrintWarn doesn't work though, I'd report that as a bug.