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 125

ALLOW i.e. READ opcode to return a value or be usable in expressions

Would be nice to have an idiomatic way to loop a series of record in RPG, like for example other common languages. For example ----------Dow not READ(myfile) = %EOF processingEnddo---------- Will allow for an idiomatic way to loop records, to be a...
over 3 years ago in IBM i / Languages - RPG 4 Not under consideration

Full NULL support

I'd like the ability to define and use the NULL attribute on any field, but in particular, I'd like to be able to pass *NULL as a sub-procedure parameter and have the sub-procedure return *NULL as needed. This will help deal with null-capable colu...
almost 8 years ago in IBM i / Languages - RPG 6 Not under consideration

Local scope parameter for dow / dou ( perhaps for-each)

I don't expect that RPG will support lambda functions, nor iterators, however it will be easy for users to implement this kind of functionality if a local scopeed loop parameter could be provided by RPG to a user procedure. This will provide a bet...
9 months ago in IBM i / Languages - RPG 7 Not under consideration

RPG: Procedure in procedure

Procedure in procedure is more natural than having to call a subrutine. That's just the way it goes :o) Use Case: Make subrutines unnecessary. Almost!
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Add Object Exists Built-in Function to RPG IV

The ability to determine if a File, Data Area, User Space, Data Queue, etc. exist in simplified way becomes more and more important each day. RPG does not have the capability. We need a %EXISTS([<object-library>/]<object-name>[([file-m...
over 3 years ago in IBM i / Languages - RPG 4 Not under consideration

%CHAR(numeric) Should Also Support Non-Constant Precision and Scale Parms

Currently, %DEC and %DECH don't support non-constant precision and scale parms. If that is to remain as is, then it would be *very* helpful if at least %CHAR(numeric) would not only support precision and scale parms, but would also support them as...
about 4 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow SND-MSG to send a message to a subfile message file.

Allow the SND-MSG command to send a message to a subfile message file. This would allow the developer to use SND-MSG to send a message to a subfile when an error is encountered in a validation routine. It could also be used to send a confirmation ...
about 1 year ago in IBM i / Languages - RPG 9 Not under consideration

Better UTF-8 (1208) unicode support (XML, DDS, ...)

Many functions related to Unicode like XML-Into, DDS support, ... only work with CCSID 1200 and not with CCSID 1208 which is a much common data representation in our environments. Use Case: Many functions related to Unicode like XML-Into, DDS supp...
almost 6 years ago in IBM i / Languages - RPG 6 Not under consideration

Easier Access to Returned Data Structures

As far as I know, for procedures that return a data structure you always have to declare an auxiliary data structure to that the returned value has to be assigned. It would be a great help to be able to directly access the subfields of the returne...
over 2 years ago in IBM i / Languages - RPG 4 Not under consideration

Enhance %DEC / %INT / %FLOAT to recognize and accept negative values in a Zoned format

Currently, the %DEC and %INT BIFs do not recognize an ending character of "}"/"J"/.../"R" as representing a digit with a X'D' in the zone portion of the character. Thus, the character representation of a NEGATIVE number — as may be created by %EDI...
over 4 years ago in IBM i / Languages - RPG 2 Not under consideration