Hello,
I use DB2_ACCESS to create a list/file with all -undef- userid but where grantee is NOT eual to grantor.
Using the below CARLa down't work well, extract all -undef- but do not exclude grantor=grantee.
Newlist type=db2_access Name=actbund
Select DB2ID=DB2Q,
AND db2_object_type=T,
AND db2_object_schema=DB2PREP,
AND userid=-undef-,
AND db2auth_grantor<>db2auth_grantee
Sortlist ......
#Support#SupportMigration#ZSecurity