I am new to DB2. The version we are using is 8.2.3
I have to query DB2 to find out all backups for a given database and take
following
information
Backup Date, Start Time, End TIme, Status
If failure, the error code.
I am working on a script of someone else.
The command used is db2 list history backup since YYMMDD for DBNAME.
And then I have to filter out the information from the output.
Is there a better way. Like some sort of system catalog tables where I can
query.
Thanks.