ADSM-L

Re: [ADSM-L] tsm scripts time of day

2012-12-18 12:20:25
Subject: Re: [ADSM-L] tsm scripts time of day
From: "Sims, Richard B" <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 18 Dec 2012 17:04:10 +0000
Do   SELECT * FROM SYSCAT.TABLES WHERE TABNAME='___'
on a given table name to see what columns it has.
(Table schema can change over time.)

    Richard Sims

On Dec 18, 2012, at 11:32 AM, Jeannie Bruno <jbruno AT CENHUD DOT COM> wrote:

> Is there a 'current_day' column on the status table?  just curious, it's 
> giving me invalid column name, so I thought I had the wrong name.
> 
> When I do select * from status, I don't even see column current_time.    (I'm 
> wearing my glasses too!)