Hi,
thanks a lot. Your help was good starting point.
Just to write a note: SYSIBM is not adviced to use in select statements, because IBM can change sintax of tables, so I prefer using SYSCAT views.
Code:
select * from syscat.tabauth where grantee='USERNAME'
Thanks,
Grofaty