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.

ADD A NEW IDEA

Db2 for i

Showing 418 of 4722

Create a system command to convert JSON files to physical files (PF) and vice versa

IBM i increasingly interacts with external systems through APIs and JSON data. Developers often need to manually parse JSON into SQL tables using complex JSON_TABLE queries, or conversely serialize DB2 data into JSON for outbound APIs. My idea is ...
6 days ago in IBM i / Db2 for i 0 Submitted

Allow manually deleting DB2 temporary indexes

Now that we have QSYS2.MTI_INFO and its visibility into DB2 temporary indexes, we are trying to clean them up and manage them better. We only IPL every 3 to 4 months. We created permanent indexes to replace a lot of temporary indexes, but they app...
4 days ago in IBM i / Db2 for i 0 Submitted

Provide Db2 table / SQL Service to provide information on changed objects as seen in Memo to Users for new OS release.

For each new release we review the list of changes made to APIs, SQL Services, Exit Points and Commands as recorded in the Memo to Users and then manually review these to see if our software uses any of these. For those that are used we then need ...
5 days ago in IBM i / Db2 for i 0 Submitted

Authority Collection should include "object attribute"

Authority Collection should include "object attribute" along with the existing information about objects being accessed (object schema, object name, object type). Currently it is not possible to discern a physical file from a display file using th...
3 months ago in IBM i / Db2 for i 1 Future consideration

Port IBM Db2's Vector AI to IBM i Db2

Vector search is popular in the databasing community. It's there on MongoDB Atlas and others, including Db2 Version 12 Mod Pack 2 (June 2025) for LUW. (Meant to put this at "Medium")
6 days ago in IBM i / Db2 for i 0 Submitted

Change of name and library of SQL package in a Embedded SQL program

Our programs are compiled on a central build server which is integrated in a CI/CD pipeline. Created objects will be saved and restored on different production systems. We have a ILE Cobol embedded SQL program which can also be used to access a re...
24 days ago in IBM i / Db2 for i 0 Submitted

Custom SQLSTATE/MESSAGE for SIGNAL statement

Currently it is possible with the SIGNAL statement to return a custom SQLSTATE and message. DECLARE COUNTRY_NOT_FOUND CONDITION FOR SQLSTATE '02000'; DECLARE EXIT HANDLER FOR COUNTRY_NOT_FOUND SIGNAL SQLSTATE '75001' SET MESSAGE_TEXT = 'Country no...
3 months ago in IBM i / Db2 for i 1 Future consideration

Enhance IBM SQL Services to use better "list" parameter parsing

I’d like to request an enhancement to IBM i SQL Services to improve flexibility when passing multiple values to parameters that accept lists. Currently, the following syntax does not work: table(qsys2.active_job_info(subsystem_list_filter=>'QIN...
3 months ago in IBM i / Db2 for i 4 Future consideration

Add a field in the SYSTEM_STATUS* SQL services that shows the whether the LPARs Attention LED is on or off.

In the current services:SYSTEM_STATUS view, SYSTEM_STATUS_INFO view and SYSTEM_STATUS table function. The ATTENTION_LIGHT light column only shows whether the SRC panel has a SRC in it. The manuals were recently updated to reflect the correct defin...
about 1 month ago in IBM i / Db2 for i 1 Future consideration

Give the possibility to use CREATE TYPE statement

Add unique constraint on a field. For example : Create a weakly typed distinct type named BONUS that is based on an INTEGER data type and represents a percentage which cannot exceed 100. CREATE TYPE BONUS AS INTEGER WITH WEAK TYPE RULES CHECK(VALU...
4 months ago in IBM i / Db2 for i 1 Future consideration