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

IBM i

Showing 3196

Improvement to the DSPPGMREF command

The command currently does not generate information about the commands used in a program.The improvement is to include information about this type of objects and be useful when performing some type of forensic analysis on the IBM i
about 1 year ago in IBM i / Languages - CL (Control Language) 2 Future consideration

Add ability to open SQL scripts from github

Hello, We store a lot of our custom SQL scripts in Github nowadays, we would find it useful to have ability to open scripts from Github repository. Run SQL Scripts > File > Open > PC File / IFS Stream File / Source Physical File + Github ...
3 months ago in IBM i / IBM i Access Family 2 Not under consideration

Upgrade level of OpenSSH from v9.6p1 to one which will pass scanning services.

IBM i: Qualys is dinging us for OpenSSH ssh Function Vulnerability (CVE-2025-61984) Opened up a case with IBM . The reply to the case was: This vulnerability was discovered fairly recently and has low (3.6 base) score on the X-Force Exchange site....
18 days ago in IBM i / Security 1 Submitted

Fix Request: IBM i VSI WebConsole takeover with STS LAN Adapter kills actual session

When using the PowerVS VSI's 5250 WebConsole (HMC) and taking over with a LAN Console, kills the actual session and creates a new one. This happen on both directions: LAN Console -> WebConsole or WebConsole-> LAN Console This can be really a...
about 1 month ago in IBM i / Core OS 3 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...
10 months ago in IBM i / Db2 for i 1 Future consideration

Possibility to use generic message ID's on ON-EXCP section in MONITOR group

It would be very useful to have ability to use generic message ID's e.g CPF0000, CPF9800 in ON-EXCP op-code within MONITOR group. This should be similar to CL's MONMSG functionality in terms of generic message ID's monitoring.
about 1 year ago in IBM i / Languages - RPG 1 Future consideration

Add the HTML documentation options from the Heritage Navigator for i to the new BRMS HTTP server

In the Heritage Navigator for i BRMS gui section several options were available to create documentation. Those options did generate HTML documents. The quality of those HTML document was high. Allowing you to add them to your own BRMS documentatio...
about 1 month ago in IBM i / BRMS 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...
11 months ago in IBM i / Db2 for i 1 Future consideration

New command CPYMSGD

The command CPYMSGD shold copy a message description with all attributes such as message data fields, formatting information (&N, &P, &B) and reply attributes.
4 months ago in IBM i / Application Development 0 Submitted

Enhance Dcl-Enum to be multilevel as Dlc-Ds

Dcl-Enum is very usefull but could be even better if provides multi-level definition as Dcl-Ds: Dcl-Enum Errors qualified; Dcl-Enum Severity; Info 'I'; Halt 'H'; End-Enum; Dcl-Enum Actions; Abort 'A'; Exit 'E'; End-Enum; End-Enum; Select RetCode; ...
6 months ago in IBM i / Languages - RPG 1 Not under consideration