(From the ADMIN GUIDE)

To help you find what information is available in the database, TSM provides three
system catalog tables:
SYSCAT.TABLES
Contains information about all tables that can be queried with the SELECT
command.
SYSCAT.COLUMNS
Describes the columns in each table.
SYSCAT.ENUMTYPES
Defines the valid values for each enumerated type and the order of the values
for each type.
For example, to get a list of all tables available for querying in the database, enter 
the
following command:
select * from syscat.tables


-----Original Message-----
From:   Patricia LeBlanc [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, February 15, 2002 12:40 PM
To:     [EMAIL PROTECTED]
Subject:        TSM Database Tables

Anyone know where I can find (online) an updated copy of the TSM Database
Tables?

Thanks,
pattie
Liberty Mutual
Backup and Recovery

Reply via email to