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 1856

Add configurable continuation start column (left margin) for fully free-form RPG (**FREE)

RPG IV currently supports two “free format” models: Hybrid free format (traditional RPG IV), where a statement is considered free format when it begins in column 8 or later. Fully free format using **FREE in column 1, where all source lines are fr...
16 days ago in IBM i / Languages - RPG 1 Not under consideration

Allow overloaded procedures to return different data types

Allow overloaded procedure prototypes to return different data type Example: dcl-pr proc_char varchar(100); parm1 varchar(100) const;end-pr; dcl-pr proc_int int(10); parm1 int(10) const;end-pr; dcl-pr proc like(*prototype) overload(proc_int:proc_c...
about 1 month ago in IBM i / Languages - RPG 2 Not under consideration

Journal receive encryption

After a discution with a Db2 expert about RCAC implemenation, it appears that after an update of a journalized table, the corresponding journal entry can be fully displayed with a simple DSPJRN command. Is it possible to add a new option at the cr...
about 2 months ago in IBM i / Db2 for i 1 Not under consideration

Allow generic member/file name for /COPY and /INCLUDE compiler directive

Today if we have to include several copy member, we have use one /COPY or /INCLUDE directive per member: /include qcopysrc,copy01/include qcopysrc,copy02/include qcopysrc,copy03 My proposal is, to extend the /COPY and /INCLUDE directive to support...
about 2 months ago in IBM i / Languages - RPG 8 Not under consideration

Allow means to display multi-line clickable hot spot links in ACS 5250 emulation.

Despite the intent for many to move to web based UIs, many products still have 5250 interfaces and many customers continue to want to use them. It is useful for 5250 outputs to display a hyperlink to get to web help, do searches, etc. (e.g. starti...
2 months ago in IBM i / IBM i Access Family 1 Not under consideration

Db2 JSON functions for RPG data structures

In some of the currently most used languages like Python and Node.js, it is common to define a data structure for your JSON payload, which is then easily transformed into JSON. In Python, we usually define a dictionary with all the fields and our ...
2 months ago in IBM i / Db2 for i 4 Not under consideration

Extend the SQL command HTTP_DELETE and include a additional body parameter

It would be great if the SQL command HTPP_DELETE could be extended by an additional request body. I know that this is not the standard, but in an actual project we need to pass an order number in a HTTP_DELETE statement. The problem is, that other...
3 months ago in IBM i / Db2 for i 2 Not under consideration

netserver substitution variabiles in share declaration or exit program for dynamic mapping

In many system is possible and common to connect to a logical share that then get mapped do different physical directories according to substitution variable in the share declaration. for example accessing via SMB \\server\home maps to the connect...
3 months ago in IBM i / IFS (Integrated File System) and Servers 2 Not under consideration

Allow ACS to be updated manually within RDi

Allow ACS to be updated manually within RDi so the latest version can be used. Alternatively, allow users to link an existing version of ACS to RDi to be used instead of the built in version.
3 months ago in IBM i / RDi (Rational Developer for i) 2 Not under consideration

New compile option for embedded SQL allowing to raise SQL errors as RPG errors

Something like EXEC SQL SET OPTION SQLERRHANDLING = *EXCEPTION; that would allow a user to trap exceptions like this: monitor; EXEC SQL SELECT * FROM TABEL_THAT_DOES_NOT_EXISTS; on-excp [Whatevere error code for SQL error]; //Do something endmon;
3 months ago in IBM i / Db2 for i 1 Not under consideration