Method one: Looking for your objects. Under My Work there is My Objects and My IFS Objects.
Method two: Under Users. Select the user. Actions drop down. User Objects, Owned objects
Method three: System, SQL Services
- IFS, IFS_Object_Statistics
- Librarian, Object_Statistics
- Security, Object_Ownership
See also:
select object_library, object_name, object_type, path_name
from table (qsys2.object_ownership('MYUSERID'));
------------------------------
Robert Berendt
------------------------------