This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
The SYSTOOLS.OVERRIDE_INFO view simply references the SYSTOOLS.OVERRIDE_INFO table function.
As with all objects in SYSTOOLS, you can retrieve the source for the SYSTOOLS.OVERRIDE_INFO table function and use that as a basis for a similar table function e.g. JOB_OVERRIDE_INFO with a job name as parameter and running "DSPJOB JOB(<job>) OUTPUT(*PRINT) OPTION(*FILOVR)" instead of "DSPOVR OUTPUT(*PRINT)" as SYSTOOLS.OVERRIDE_INFO does.
The printed output from the two commands are quite similar, so it shouldn't be difficult to adapt the code from SYSTOOLS.OVERRIDE_INFO table function to interpret the printed output from the DSPJOB command instead of the printed output from the DSPOVR command.
Having created your JOB_OVERRIDE_INFO table function, you can combine this with the QSYS2.ACTIVE_JOB_INFO table function to retrieve override information from all active jobs.
HTH.
Best regards,
Christian, CEAC member
Please reconsider. There is currently no way to view certain bits of Overrides. For example, if you use the DSPJOB OPTION(*FILOVR) you can get the overrides for any job, but even if overrides exist in that job, if they are scoped to *ACTGRPDFN such as *NEW, and you are down the call stack, those overrides do not appear in the results. So basically there is currently no way to view certain overrides using any method--even the least capable method of using DSPOVR, which happens to be the choice they used for the OVERRIDE_INFO so it too isn't very useful.
IBM Power Systems development
LOL, you're not serious? a DSPOVR OUTPUT(*PRINT) and then read/parse the SPOOLED file? That's a TAATOOL approach, not a system level interface.
SYSTOOLS.OVERRIDE_INFO
https://www.ibm.com/docs/en/i/7.5.0?topic=services-override-info-view
IBM Power Systems Development