This document states how to attain a report for a specific Table.
How can I attain a report for a specific Table?
A report of Table activity can be created using the PSABATCH member in your <High.Level>.CDBASRC library. Make sure that you place the name of the Table that you're reporting on in the TABLE= parameter. For example, the parameters below will generate a Database report on any table named SYSKEYS (eg. SYSIBM.SYSKEYS, HAYGR01.SYSKEYS,etc):
REPORT=DB
FORMAT=DETAIL
TABLE=SYSKEYS