How can I attain a report for a specific Table?
search cancel

How can I attain a report for a specific Table?

book

Article ID: 14828

calendar_today

Updated On:

Products

Bind Analyzer for DB2 for z/OS SQL-Ease for DB2 for z/OS SYSVIEW Performance Management Option for DB2 for z/OS Plan Analyzer for DB2 for z/OS Subsystem Analyzer for DB2 for z/OS

Issue/Introduction

This document states how to attain a report for a specific Table. 



How can I attain a report for a specific Table?

Environment

z/OS 1.11 and above.

Resolution

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