|
You know, there just might be a reason IBM gives you this example at
https://www.ibm.com/docs/en/i/7.5?topic=services-object-statistics-tab
le-function
Find any CL commands that have had their parameter defaults changed.
SELECT * FROM TABLE(QSYS2.OBJECT_STATISTICS('QSYS', '*CMD'))
WHERE APAR_ID = 'CHGDFT';
You could change the QSYS to *ALL to cover proxy commands which point
to other libraries.
Might not be bad to run prior to an upgrade.
One might even consider asking IBM to put that on this site:
https://www.ibm.com/docs/en/i/7.5?topic=replacement-verifying-integrit
y-user-modified-system-objects
Hmm, now I can see an idea for a GUI based upgrade checker as part of
Navigator...
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.