select name,creator from sysibm.systables where creator='xxx'
select name from sysibm.syscolumns where tbcreator='xx' and tbname='yy'
do you have a db client installed ?
if so, cli is always available.
db2 list tables for schema xxx
db2 describe table xxx.yyyy
best regards, Guy Przytula