×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Sort of like this?
SELECT OBJNAME, OBJTYPE, OBJCREATED,
CAST(LEFT(OBJLONGSCHEMA,10) AS CHAR(10)) AS LIB
FROM TABLE (QSYS2.OBJECT_STATISTICS('ROB','ALL') ) AS x
OBJNAME OBJTYPE OBJCREATED LIB
A *PGM 2015-09-02-12.47.35.000000 ROB
AA *PGM 2015-04-22-13.35.56.000000 ROB
AAA *PGM 2002-01-10-16.49.54.000000 ROB
AAARPG *PGM 2005-07-06-12.50.13.000000 ROB
...

I suggest asking them to add two columns:
LIBNAME VARCHAR(10) System name of the schema
OBJCHANGED TIMESTAMP Timestamp of when the object was changed.

You can try:
https://www-912.ibm.com/r_dir/ReqDesChange.nsf/Request_for_Design_Change?OpenForm



Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.