ADSM-L

Re: TSM Database Tables

2002-02-15 20:45:11
Subject: Re: TSM Database Tables
From: "Seay, Paul" <seay_pd AT NAPTHEON DOT COM>
Date: Fri, 15 Feb 2002 20:42:20 -0500
Actually, this will give you all the columns of all the tables, a big list.
You may want to look at what tables there are first, then add a "where
tabname = 'thetable'" to the end of what Bill suggests:

SELECT * from SYSCAT.TABLES

<Prev in Thread] Current Thread [Next in Thread>