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 2873

Meta procedure (or API) for ILE (RPG)

With PCML we have the information needed to call any ILE ( RPG) program from any other language, or environment and knowing the parameter types and data going back and forth. However this requires that the PCML file is available and deployed along...
over 3 years ago in IBM i / Languages - RPG 5 Not under consideration

Display Unicode variable in the DDS conception perspective

We are transforming character variable to unicode variable. If I want to change the screen in the DDS conception perspective on RDI, It doesn't show variable correctly CCSID(1200 *MIN). You have to go in the Source. No really friendly... Use Case:...
over 6 years ago in IBM i / RDi (Rational Developer for i) 4 Future consideration

Qualified data structures in CLLE

When defining a data structure in CLLE with DCL STG(*DEFINED), allow subfields to be defined as qualified in a similar way to RPG. e.g. DCL &STRUCT *CHAR(100) DCL VAR(&SUBFIELD) TYPE(*CHAR) STG(*DEFINED) + LEN(2) DEFVAR(&STRUCT 1) QUAL...
about 2 years ago in IBM i / Languages - CL (Control Language) 1 Planned for future release

allow NFS mounted files systems in ACS Integrated File System

when using the ACS Integrated File system and navigating to a NFS mount, incorrect output is shown Use Case: Using ACS IFS function or Toolbox they get duplicate names with an endless growing list. it is unusable. additional infoSE75873 - OSP-OTHE...
almost 3 years ago in IBM i / IFS (Integrated File System) and Servers 2 Future consideration

Train a ChatGPT style AI on IBM i documentation and other public sources

The training should include specific documented knowledge including such sites as MidrangeL, StackOverflow, and IBM Tech Support knowledge base. IBM i is a very large product with manuals numbering in the hundreds, and many manuals follow a specif...
over 1 year ago in IBM i / Documentation 2 Future consideration

Have CTRL-S remember last selections like CTRL-O does

Have CTRL-S remember last selections like CTRL-O does. If I want a different save destination, I can pick it from the menu or toolbar. Use Case: Open ACS - Run SQL Scripts, edit something, CTRL+S. You are asked what type of storage source (PC, IFS...
almost 3 years ago in IBM i / IBM i Access Family 2 Future consideration

Support JSONPARSE without "root" object

Allow the IBM supplied JSONPARSE parser to parse a JSON object without a name. Use Case: Example, JSONString containing; { "name": "this is my name", "age": "50"} … fails with RNX0356, reason code 1 when using the code; Dcl-DS myDS Qualified; name...
about 5 years ago in IBM i / Languages - RPG 3 Not under consideration

RDI: outline does not show fields modified by eval-corr

If you have two data structures and do an eval-corr in RPG dcl-ds myds1; a char(10); b char(10); c char(10);end-ds; dcl-ds myds2; a char(10); b char(10); c char(10); d char(10);end-ds; eval-corr myds2 = myds1; then it is not shown in the outline t...
over 1 year ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Context prompt for OVERLOADed procedures

When using the context-sensitive completion assist to find a procedure to call, it would help greatly if all of the possible overloaded procedure parameters were suggested using the name of the overload prototype. See Use Case for example. Use Cas...
over 3 years ago in IBM i / RDi (Rational Developer for i) 3 Future consideration

Add SQL Object Type to QDBRTVFD and QUSROBJD APIs

Today the SQL object type is available only via the QUSRMBRD (Retrieve Member Description) API. However when a file has NO MEMBERS, the QUSRMBRD API cannot be used to retrieve the needed SQL Object Type. Ironically, the QDBRTVFD (Retrieve File Des...
9 months ago in IBM i / Db2 for i 3 Functionality already exists