Error:
db2 "runstats on table <SCHEMA_NAME>.<TABLE_NAME>"
SQL2314W Some statistics are in an inconsistent state. The newly collected "TABLE" statistics are inconsistent with the existing "INDEX" statistics.SQLSTATE=01650
Solution:
db2 "runstats on table on <SCHEMA_NAME>.<TABLE_NAME> all columns with distribution on all columns and sampled detailed indexes all allow write access"
DB20000I The RUNSTATS command completed successfully.