The following command can be used to view the reorganization flags for the tables and the indices of the tables: Db2 connect to MYDB db2 reorgchk current statistics on table all This is a basic readout and reports on every table. In practise, I just need to view the recent table reorg stats. Fortunately the db2pd utility returns this information. The basic command is db2pd –reorgs index Read more about db2pd in the db2pd troubleshooting guide - DBA DB2 The command gives you detailed information about table and index reorganisation. Three panels of information appear: Table Reorg Information - Table... Read more →