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 73

Hide the underlying procedures when OVERLOADed

I'd like a way to effectively "hide" the underlying procedures from callers when they are part of an OVERLOAD prototype. Use Case: When several procedures are declared, then OVERLOADed to a single name, the individual procedures are still exposed ...
almost 3 years ago in IBM i / Languages - RPG 4 Future consideration

Extend RPG compiler messages to support modern RPG naming

The current design for the compiler messages does not support the enhancements to modernize the RPG language. When messages are returned to a client via the *EVENTF option, the replacement values for the messages are limited to legacy system names...
almost 3 years ago in IBM i / Languages - RPG 5 Future consideration

Dynamic Strings in RPG

Have the ability to declare a character very similar to how we declare a string in Java without having to give it a length. Use Case: In Java to declare a string its just String mytext; In RPG I would like to declare a char as dcl-s myText char; M...
almost 3 years ago in IBM i / Languages - RPG 12 Future consideration

Update RPG compiler to define variables using a means like REFFLD() in DDS

In DDS you can use REFFLD() keyword to define a field just like an external table field. Please enhance this for individual fields in RPG so that we do not need to add a template table or DS just to define program variables like the database. Use ...
about 3 years ago in IBM i / Languages - RPG 4 Future consideration

New BIF to test Parameter Length

Please introduce a new BIF (%parmlen) to get the length of a parmeter defined using OPTIONS(*VARSIZE) Use Case: To get the length of a parameter passed by reference *VARSIZE i have to code to use CEEDOD (prototype, parameters and the call itself)....
about 3 years ago in IBM i / Languages - RPG 3 Future consideration

Add Case Conversion to RPG Subprocedure Parameters

Add support to automatically convert Subprocedure Parameters to Upper or Lower case using OPTION(*UPPER) or OPTION(*LOWER) keywords on the parameter definition. Obviously, this would be for CHAR, VARCHAR parameters that are also CONST or VALUE. It...
over 3 years ago in IBM i / Languages - RPG 10 Future consideration

Don't incl Hidden fields on DS defined based on external name

When a data structure is defined based on a table with hidden fields the compiler shouldn't include hidden fields in the structure. Now option available to exclude these on the definition Use Case: When defining a data structure based on an table ...
over 3 years ago in IBM i / Languages - RPG 4 Future consideration

Prevent some RNF7031s. Add a way to indicate specific items which should not be diagnosed as un-referenced

Fields defined in ILE RPG source may be diagnosed as not being used by the program; but the developer may have reasons for keeping them. (They might be part of included files, part of API's, or intended for future use.) It is suggested that a comp...
over 3 years ago in IBM i / Languages - RPG 4 Future consideration

Allow INDDS/INFDS data structures to be nested (subfield) data structures

Allow the data structures referenced in the INDDS and INFDS keywords to be nested (subfield) data structures. Use Case: DCL-F SubmitD WORKSTN INDDS(Screen.Response) INFDS(Screen.Information); DCL-DS r_DisplayIndicators QUALIFIED TEMPLATE; ExitPres...
over 3 years ago in IBM i / Languages - RPG 2 Future consideration

Expand 16773104 limit (RNF0376) within data structures

With nested data structures, especially those involving multi-dimensional arrays, it is very easy to exceed the 16773104 limit. Would be nice if this limit could be expanded. For backwards compatibility, if required, could perhaps use a compiler k...
over 3 years ago in IBM i / Languages - RPG 5 Future consideration