×

Good News Everybody!

The new search engine is LIVE!

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




You took the first good step by abandoning trying to do it all with CL.
Since you decided on RPG then I suggest you add some derivatives of

Select objname, objtype, objcreated, change_timestamp
FROM TABLE(QSYS2.OBJECT_STATISTICS('mylib', '*ALL'))
Where change_timestamp>parm_timestamp

Select system_table_schema, system_table_name, system_table_member,
Last_change_timestamp
From qsys2.syspartitionstat
Where last_change_timestamp>parm_timestamp

This would greatly simplify your code and increase it's maintainability


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.