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

Search results

Showing 16

Allow more than 1 level of qualified datastructures in SQLRPGLE

We get more and more embedded SQL code in our RPGLE sources but the compiler still only supports 1 level of qualified data structures. This is such a pain. See Use case for example. More practical examples are joins where you want to use the exter...
over 5 years ago in IBM i / Db2 for i 6 Future consideration

CTE support in MERGE statement

Currently MERGE statements in DB2 for i do not support the use of CTEs inside the using clause. Use Case: Lately, I've come across the need for this funtionality several times when I had to update large amounts of records in our ERP with data gath...
over 4 years ago in IBM i / Db2 for i 6 Future consideration

Add parameter to RSTLIB / RSTOBJ commands to restore table(s) without data

Please consider adding a parameter to the RSTLIB and RSTOBJ commands to allow restore of DB2 tables / PF's without data (rows). It would be great to be able to restore libraries or objects without getting the data onto the system. Use case 1: We h...
about 2 years ago in IBM i / Db2 for i 7 Future consideration

EPP 2.0 subpools

Today only one single Enterprise Pool is possible. We want to divide a pool into subpools, for example for different subsidiaries or departments. It should be possible to share the base resources across all systems, but people should only be able ...
over 5 years ago in Cloud Management Console 0 Future consideration

Remove permissions from catalog files

Here is a reproducible example Signon on QSECOFR or a profil with *secadm create a table CREATE TABLE LIB.CLIENTBQ ( NUMERO DEC ( 5) NOT NULL WITH DEFAULT, NOM CHAR ( 20) NOT NULL WITH DEFAULT, IBAN CHAR ( 14) NOT NULL WITH DEFAULT) remove public ...
5 months ago in IBM i / Db2 for i 2 Future consideration

Materialized Query Table functionality

Add capability in SQL to create Materialized Query Tables (MQT) with the following:1. data initially deferred refresh immediate2. maintained by system3. set integrity for (MQT) immediate checked incremental (or Not Incremental) Use Case: create ta...
about 7 years ago in IBM i / Db2 for i 3 Future consideration

Enhance SQL *PRV Signature Support to be at least as good as *SRVPGM Signatures

When creating an SQL VIEW that uses an IBM i Service or another SQL Table Function on release "N" and the restoring that SQL VIEW onto another system with release N-1, a Signature Violation occurs when attempting to query that SQL VIEW using SQL.T...
almost 4 years ago in IBM i / Db2 for i 1 Future consideration

Add CREATOR/DEFINER Attribute to File Members

We need 1 to 3 new User Profile attributes added to Source File Member descriptions.Creator (Added by user profile)Change (Data Last Changed by user profile)Custom User Profile (application controlled) The creator user profile should be assigned t...
about 4 years ago in IBM i / Db2 for i 2 Future consideration

API for Access Path Rebuild Progress

We commonly have access path rebuilds occurring post the vary on of an IASP. We would like the capability to monitor the progress of the access path rebuilds from a batch job rather than just the screen. Use Case: We run a superannuation system on...
over 8 years ago in IBM i / Db2 for i 8 Future consideration

Implement JSON_LEN SQL scalar function (returns # of elements in JSON array)

Please implement a new SQL scalar function JSON_LEN, which returns the number of elements in a JSON array. if MyJSON contains "{"MyObj":{"MyArray":["One","Two","Three"]}}" exec sql set :NumElems = JSON_LEN(:MyJSON, '$.MyObj.MyArray'); sets NumElem...
about 2 years ago in IBM i / Db2 for i 4 Future consideration