Skip to Main Content
IBM Power Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Not under consideration
Workspace IBM i
Created by Guest
Created on Feb 28, 2026

Provide an API that returns current override information for all session/job overrides

The current API to retrieve an override information only returns the file to which a file label has been overridden. We need a way to determine (A) what files have been overridden and (B) what the override scope is for those files. Today the only way to get that list is to use a DSPOVR CL command and parse the SPOOLED file. We are asking for a QDMLOVRF API (or similarly named) that spits out the list file overrides to a target buffer (which of course could be a pointer to a user space, but should not be a User Space name) so we can process it accordingly. 

Clearly this information is available as both DSPOVR and DLTOVR command have access to a FILE(*ALL) option. 

Idea priority Medium
  • Guest
    Mar 10, 2026

    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. 

  • Guest
    Mar 9, 2026
    SELECT * FROM SYSTOOLS.OVERRIDE_INFO does not produce a spooled file. You can direct the output to a database file and then read the records from the file programmatically.

    IBM Power Systems development
  • Guest
    Mar 8, 2026

    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.

  • Guest
    Mar 2, 2026
    There is an SQL service available in 7.5 and later releases that return the same information as the DSPOVR command.
    SYSTOOLS.OVERRIDE_INFO
    https://www.ibm.com/docs/en/i/7.5.0?topic=services-override-info-view

    IBM Power Systems Development