db2 "export to date_column.txt of del select tabschema, tabname, colname from syscat.columns where typename= 'DATE' and colname like '%DATE%' order by tabschema, tabname, colno"
Then open date_column.txt with Excel (you have to select txt files as input), and select "space" as the delimiter.