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 51

Allow numeric variable as second parameter to %KDS

Currently, the %KDS bif has a second parameter to specify how many of the key fields are to be used in the I/O operation. This second parameter can only be a numeric constant (named or literal). Please allow a numeric variable (integer or zero-dec...
over 5 years ago in IBM i / Languages - RPG 4 Delivered

See the return value for a procedure in the debugger

A developer needs the ability to interrogate a subprocedure return value. For more information, see CAAC requirement AD0183 at https://www.ibmilug.ihost.com/commonag/treqs.nsf/9c76f872792db457862573af004e1b49/15e2bf03abc04e6486257611000cc6cd?OpenD...
about 6 years ago in IBM i / Languages - RPG 8 Delivered

system name in program datastructure

Hello, when you Change the program datastructure (RFE 103671) would it be possible to add the System Name? When you work with different systems you often need the system name. Today you have to use a API to get the system name. It would be really ...
over 7 years ago in IBM i / Languages - RPG 6 Delivered

Allow SND-MSG to use %target( *PGMBDY: 0 )

It just makes things so much easier. Supporting *PGMBDY allows *ESCAPE messages to be sent directly to the calling executable (terminating the sending program) from any procedure in a program. Only offering *CALLER forces one to attempt to count t...
over 1 year ago in IBM i / Languages - RPG 3 Delivered

Number of elements in a compile time array (CTDATA) should be determined at compile time

It happens that I have to use compile time arrays in programs. And every time I have to define the array with a fixed number of entries and have to remember to modify it if I add or remove an element in the CTDATA part. I would like to have the po...
over 6 years ago in IBM i / Languages - RPG 6 Delivered

RNF8042 -- Not enough source records for compile time array should have at least severity 10 instead of 00

If you are compiling a program and have a compile time array where there are not enough source records provided to load array or table you get the message id RNF8042: RNF8042 Not enough source records provided to load array or table. The problem i...
about 7 years ago in IBM i / Languages - RPG 3 Delivered

TR level should be included in the front page of the RPG Reference

I'm saving a copy of the documentation for the ILE RPG Reference as a PDF-document on my PC. It is convenient when working off line or when the lines are slow. But I'm missing that the TR level is included in the front page (see attachment). It wo...
over 4 years ago in IBM i / Languages - RPG 7 Delivered

Logical expressions resulting to *On/*Off

The result of a logical expression should evaluate to *On (True) or *Off (False) Use Case: DoW *On; // Infinite loopDoW *Off; // Bypass the loop. can be useful for testingDoU *Off; // Infinite loopDoU *On; If *On;If *Off;Etc. Now, compiler gives e...
over 7 years ago in IBM i / Languages - RPG 10 Delivered

Add %hival() and %loval() BIFs

The *HIVAL and *LOVAL features in RPG are extremly usefull. But especially when comparing, the compiler assumes, that *HIVAL/*LOVAL are according to the compared field - but often you have to compare a value to the *HIVAL/*LOVAL of another field -...
12 months ago in IBM i / Languages - RPG 2 Delivered

Change RNF ID & help text for global array starting with TAB

I ran into an issue yesterday where I created a global variable as an array. The variable name was Table_Title. When I attempted to access the array using an element ID (ie. Table_Title(1)), the compiler would throw an RNF0528 "The index is not al...
over 7 years ago in IBM i / Languages - RPG 3 Delivered