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

My votes: Languages - RPG

Showing 85

Enhance RPG IV RENAME F-spec keyword to support *EXTFMT or *RCDFMT

Please enhance the RPG IV File Spec RENAME (Rename Record Format) keyword so that a Developer can specify *ONLY or perhaps *RCDFMT or *EXTFMT (any are fine) so that the external format name need not be known at compile-time. Thus instead of RENAME...
about 2 months ago in IBM i / Languages - RPG 3 Future consideration

%repeat as a BIF in RPGLE

Now we have the nice string function like %upper,() %lef(), %right() .. etc. and this is just great !! let's continue this toolbox for string functions: Just like the SQL scalar function REPEAT it would be appreciated to have the equivalent functi...
3 months ago in IBM i / Languages - RPG 1 Future consideration

Named index of current iteration in for-each loop

I'm building some functionality that relies on several arrays that need to be filled, checked and modified on the fly. I like the for-each loop with dim(*auto: nn) for this. In the initial load proces I can use '*next' as an index, which is great....
3 months ago in IBM i / Languages - RPG 1 Future consideration

Be able to use CTL-OPT BNDDIR anywhere in a program

For each service program, we put our exported prototypes into a "reference source" in a file named "QRPGLEREF". Hence, our programs can use these prototypes by including those reference sources, e.g. program ORD001 might begin: ctl-opt; /include q...
3 months ago in IBM i / Languages - RPG 1 Future consideration

Add an argument to %Scan to calculate and return occurrences of the search-arg

Objective: To have an argument in %Scan that returns the total number of occurrences of the search argument in the search string. for example... string = 'hello world' count of 'o' = 2 Below is a suggestive implementation using a hypothetical rese...
4 months ago in IBM i / Languages - RPG 2 Future consideration

add a %round built-in function

While %inth and %dech exist, they only allow for half up rounding and don’t have an option to round to a negative number of decimal places (e.g. 123 => 120). The %dech built-in is kind of awkward because you always must specify the size and pre...
5 months ago in IBM i / Languages - RPG 1 Future consideration

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.
5 months ago in IBM i / Languages - RPG 1 Future consideration

Clean string of control/unprintable characters < x'40'

Please either create a new BIF, or, supply a new, special value for the first parm of %scanrpl, that will replace all "unprintable", or control, characters in a string with a specified string. An unprintable, or control, character is any character...
6 months ago in IBM i / Languages - RPG 3 Future consideration

Add bit identifiers to DCL-DS subfields in RPG IV

I'd like to have the ability to declare a bit field in an RPG IV data structure. In the C language, you might have a structure like this: struct _Gen_IOP_T { /*Gen IOP breakdown structure for MATMATR*/ char Bus; /* Bus Number */ int Card : 4; /...
7 months ago in IBM i / Languages - RPG 2 Future consideration

**free to be an optional default on compile commands

We have some applications that are fully free form. In these cases we don’t want to have to enter **free at the top of every piece of code as it seems unnecessary, but we have to do it anyway. If the compiler commands had an option something like ...
7 months ago in IBM i / Languages - RPG 1 Future consideration