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

Ideas

Showing 296 of 4925

Enhance maximum variable length to 4GB

More and more we need to handle data with sizes over 16MB ie XML, so it would help a lot if it was possible to handle the maximum amount of data in a variable. Therefore I would like to have the possibility to define variables in RPG with a size o...
6 months ago in IBM i / Languages - RPG 2 Under review

AIX Security reporting tool

Since CIS Tool latest version (v4.x) dropped support for generating AIX security reports based on CIS AIX 7.x benchmark; There is currently NO tool, which would generate decent HTML security reports from AIX systems. And that is a HUGE gap in secu...
over 1 year ago in PowerSC 3 Planned for future release

Allow checking multiple defined conditions with one /IF compiler directive

Checking multiple defined conditions is cumbersome - if a part of code should only be combined when two conditions are defined, one has to use nested /IF directives: /IF DEFINED(condition1) /IF DEFINED(condition2) // code only compiled when condit...
4 months ago in IBM i / Languages - RPG 0 Submitted

Add a compiler directive to emit a message to the compiler listing

Under special circumstances it can be useful to add a user defined warning or error to the compiler listing - even to the extend, that a module should not compile. A new compiler directive "/MESSAGE" should be introduced like this: /IF NOT DEFINED...
4 months ago in IBM i / Languages - RPG 1 Future consideration

%SCANRPL to replace only *FIRST (or *LAST) occurence

%SCANRPL is a nice and usefull function but sometimes we need to limit the replacement to the first or the last occurence. Of course we can code around it using %scan but nowadays UTF strings are more complicated so the code itself can became frag...
6 months ago in IBM i / Languages - RPG 2 Submitted

RPG Source compare for *functional* differences

As many of us are doing these days, we are converting our old RPG 3, RPG ILE, etc. to 100% free RPGLE (**free) and making changes in VSCode. This is good. However, When you have to Peer Code Review your co-workers changes, it is extremely difficul...
about 2 months ago in IBM i / Languages - RPG 1 Submitted

Allow to initialize arrays using %list

Allow for arrays to be initialized using %list command, for example: dcl-s allowedValues int(10) dim(4) inz(%list(1:2:3:4)); Plus error checking when initial value exceeds array size etc.
over 1 year ago in IBM i / Languages - RPG 2 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

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; ...
5 months ago in IBM i / Languages - RPG 0 Submitted

Seperating Access to Profile Editor

Currently there is one option to give an user rw rights. For all custom profiles or none. We have the need to be more granular. For instance: seperate it by operating system seperte it within an Operating system (by LPAR or hostname)
10 months ago in PowerSC 1 Submitted