ADSM-L

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

2012-12-18 14:46:40
Subject: Re: [ADSM-L] tsm scripts time of day
From: Jeannie Bruno <jbruno AT CENHUD DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 18 Dec 2012 12:37:17 -0500
Thanks.

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of 
Sims, Richard B
Sent: Tuesday, December 18, 2012 12:04 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] tsm scripts time of day

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!)