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 263 of 4910

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

All **FREE to be the first non-blank line in source code instead of strictly the first line

When I code, I always leave the top line blank for various reasons. Also many developers do the same. Some reasons include that RDi doesn't let you insert a line before line 1 (try it, it doesn't) but that's minor. For the most part, I want the co...
5 months ago in IBM i / Languages - RPG 3 Not under 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...
9 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.
6 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

new build in function %PASSEDVALUE

In procedures with optional parameters, the %PASSED-BIF can be used to check whether the parameters are passed. To use such a parameter, a local field must be defined and the value must be set in the local field when the parameter is passed, other...
5 months ago in IBM i / Languages - RPG 4 Not under consideration

Change of name for ILE/RPG

Time to give ILE/RPG a new name that is better suited to its current form.Call it "RPG for i", matching "Db2 for i". Use Case: By giving the RPG product a new name will help us define the difference between modern free format RPG & the older f...
about 5 years ago in IBM i / Languages - RPG 8 Not under consideration

Add a way to associate a Binding Directory with a Subprocedure Prototype

When using /INCLUDE to pull in Prototypes, RPG developers also have to remember to specify the BNDDIR or BNDSRVPGM keyword on the CTL-OPT spec in order to include the related component that contains the procedure. This request would enable the dev...
9 months ago in IBM i / Languages - RPG 3 Future consideration

Add %HEX (or %TOHEX and %FROMHEX) built-in functions to RPG IV

Utilizing the cvthc and cvtch functions for converting to and from hexadecimal notation is a valuable tool in RPG land. However, in the context of RPG development, we must rely on our own prototypes since IBM does not provide standard prototypes w...
10 months ago in IBM i / Languages - RPG 1 Future consideration