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 216

Standardize INFDS and Program Status Data Structure with reserved words and constants

Currently all information in Program Status Data Structure and File Information Data structure is accessd by position in the data structure. The naming is done in the program. Individual programmers use various naming conventions or no convention....
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration

BUG 2040 is approaching and it's DUE!

Starting from YEAR 2040 6 digit dates will crash the program or give invalid results! If IBM wants the users to stop using 6digit dates, then it should be a compiler option, to make sure that such code that will crash or give invalid results after...
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Extend OVERLOAD to Main-Procedure(s)

It could be useful to have the opportunity to use the OVERLOAD Keyword for Main-Procedures too. Use Case: CTL-OPT MAIN(Main); DCL-PR Main OVERLOAD(mainWithNum :mainWithChar); DCL-PR mainWithNum; Integer INT(10) CONST;END-PR; DCL-PR mainWithChar; C...
almost 3 years ago in IBM i / Languages - RPG 1 Not under consideration

Template fields generate erroneous RNF7031

I always clean up unused variables before program implementation and when I double click on the Error List tab in RDi after compiling a program, each template field is followed by "RNF7031: The name or indicator <field name> is not reference...
about 8 years ago in IBM i / Languages - RPG 6 Is a defect

%Split should allow array index

Currently %Split returns an array, but it would be nice if it would allow a single index of the array to be returned directly by coding for example mystring = %Split(string: ':')(1); This avoids using a work array.
about 2 years ago in IBM i / Languages - RPG 3 Not under consideration

Cast string value to specified CCSID

How do you convert a character field with embedded UCS2 characters into a UCS2 field? It would be nice to be able to substring out a bit and just say that this piece is already UCS2, don't convert it. The only thing we can do right now is say "con...
over 6 years ago in IBM i / Languages - RPG 2 Not under consideration

Provide full backwards compatibility in free-form calculations

The free-form enhancements are a dramatic advancement for the language, but they are not fully backwards compatible with existing fixed-form RPG programs. If we want customers to modernize their existing code, there must be a seamless way to provi...
over 5 years ago in IBM i / Languages - RPG 3 Not under consideration

Declare variables and call procedures directly on the declare

Today if we want to call a procedure that has a return value, we have to declare the variable, data structure etc and then call the procedure like this: dcl-s eligiblefreight packed( 11 : 3 ); eligiblefreight = rlsitm_getEligibleFreight( batch ); ...
about 1 year ago in IBM i / Languages - RPG 3 Not under consideration

H spec keywords MAIN & NOMAIN

When creating a program with many modules we specify H NOMAIN for modules other than Main module (and, we don’t have to specify H MAIN for main module). In fact, the reverse could be better - specifying H MAIN (mandatorily) for the main module and...
about 1 year ago in IBM i / Languages - RPG 1 Not under consideration

eval-corr using a record format from a file

Many times I need to move the contents of the fields in a record into a data structure or vice versa. because that very often the fields from the file are defined in other data structures or referred to in the program it is not possible to use PRE...
about 8 years ago in IBM i / Languages - RPG 4 Not under consideration