Hi all ,
I am planning to run a runstats on a DB2 database (mainframe). since Runstats takes very long time to be completed on a empty table, i am planning to prepare a list before starting the Runstat.
Is there any way through which i can know that which tables are empty in the DATABASE ??
I looked into sysibm.systable s but it shows the column count rather than the row count.
Please help...