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

All ideas

Showing 1496

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...
4 months ago in IBM i / Db2 for i 4 Future consideration

Allow SND-MSG to use %target( *PGMBDY: 0 )

It just makes things so much easier. Supporting *PGMBDY allows *ESCAPE messages to be sent directly to the calling executable (terminating the sending program) from any procedure in a program. Only offering *CALLER forces one to attempt to count t...
8 months ago in IBM i / Languages - RPG 2 Future consideration

Query Supervisor: Update ADD_QUERY_THRESHOLD procedure to add filters to restrict or allow users by Gruop Profiles

Update ADD_QUERY_THRESHOLD procedure to add filters to restrict or allow users by Gruop Profiles. I think this capability can be enhanced add INCLUDE_GRPPRF and EXCLUDE_GRPPRF to allow more filters when we have the user profiles organized by Group...
about 2 months ago in IBM i / Db2 for i 3 Future consideration

Improve the Reconnect process for RDi

When working remotely for the past 2 years I connect to our corporate network via VPN prior to opening RDi. Everything works fine in RDi until my VPN connection drops. At this point RDi still shows as connected. When I reconnect the VPN and try to...
about 2 years ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

XML-INTO to have full UTF-8 support, or work as old time "MOVE" function and don't care of what the content is, just dump it into the receiving variable.

XML-INTO to have full UTF-8 support, or work as old time "MOVE" function and don't care of what the content is, just dump it into the receiving variable. example: incomingfile.xml encoded in UTF-8 should be parsed and a number of data should be st...
2 months ago in IBM i / Languages - RPG 1 Future consideration

Enhance or create a new DB2 Service IFS Save Files

Need the ability to see the details of a save file that contains IFS objects so that we can programmatically act on what is inside the save file. For example: CRTSAVF FILE(yourlib/yoursavf)SAV DEV('/qsys.lib/yourlib.lib/yoursavf.file') OBJ(('/home...
6 months ago in IBM i / Db2 for i 2 Future consideration

SQL1103 in Error List for QTEMP tables

On a compile, the Error List shows SQL1103 (Column definitions for table &1 in QTEMP not found) for QTEMP tables that don't exist in the RDi job. Those messages are irrelevant and can cause pertinent warnings to be missed. RDi should suppress ...
about 2 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Improve the formatting of free form SQL

It would be a good idea to improve the formatting of the free form SQL.This is the result of the formatting performed by RDi: exec sql select * into :dsreginv :nullinds from json_table (:jsonresponse, '$' columns (internalid char(100) path '$.Inte...
7 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Remote Restart & Entering maintainance mode to support collocation affinity rules

Currently PowerVC doesn't function in a desired manner when utilising collocation affinity rules. When you put a host into maintenance mode, if that host has multiple virtual machines in the same collocation rule, you cannot migrate active virtual...
8 months ago in PowerVC 1 Future consideration

DATA-INTO Parser can access Populating Data Structure's Field attribute details

This would allow the parser to make better decisions in many cases. For example, Example 1: If we need the add some custom logic like if a data is getting truncated. If parser have access to know the populating field attribute it will be possible ...
7 months ago in IBM i / Languages - RPG 2 Future consideration