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

Languages - RPG

Showing 97

New *EMPTY constant

Follow-up on https://ideas.ibm.com/ideas/IBMI-I-4107. Instead of using *blank / *blanks, when one wants to return an empty string from a function, instead of writing: return ''; One could write: return *empty;
21 days ago in IBM i / Languages - RPG 1 Future consideration

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

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

Add WHEN-IS-NOT clause to the new SELECT statement

The traditional SELECT/ENDSL allows when a=b and also allows when a <> b. However, the new SELECT/WHEN-IS/ENDSL does not allow a negative comparison, and forces me to go back to the older style. In this shop [and others I have worked in], th...
12 months ago in IBM i / Languages - RPG 3 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....
over 1 year ago in IBM i / Languages - RPG 2 Future consideration

Implement a %DTAARA built-in function in RPG IV

A %DTAARA built in function would be used to : When used as an lValue (left side of an =) Change the content of the data area. When used ias an rValue (right side of the = sign, or in compare opcodes) it returns the content of the data structure T...
10 months ago in IBM i / Languages - RPG 2 Future consideration

Add OPEN *ALL to RPG to open all files not already open.

Files defined as USROPN or already closed must be opened manually and individually and code must make sure each file is not already open. OPEN *ALL would be the complement to CLOSE *ALL.
7 months ago in IBM i / Languages - RPG 2 Future consideration

In DATA-GEN, allow array count to be specified using a suffix in addition to prefix

We are using both the DATA-GEN operation and providing IWS web service using the same data structures. Unfortunately, the nomenclature to specify an array length for the two systems are opposite. IWS uses array_LENGTH to indicate array length and ...
3 months ago in IBM i / Languages - RPG 1 Future consideration