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 46

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 4 years ago in IBM i / Languages - RPG 4 Delivered

Enhancement to SELECT

Currently there is no difference between a SELECT ... ENDSL block and an IF ... ELSEIF ... ENDIF block. I am not real sure why both are in the language. However, if the SELECT block had a "switched" format like the SWITCH block in C, that would be...
about 5 years ago in IBM i / Languages - RPG 13 Delivered

Add new PSDS sub fields to V7.2

A V7.3 PTF was released that: Add two new subfields to the Program Status Data Structure: - Internal job ID (positions 380-395) - System name (positions 396 - 403) (APAR SE70375 ) Use Case: we maintain both V7.3 and V7.2 systems.programs are devel...
about 5 years ago in IBM i / Languages - RPG 3 Delivered

Enhance %DEC to recognize and accept thousands separators

Currently, the %DEC BIF interprets either/both comma and decimal -- regardless of the QDECFMT system value -- as the decimal point. If the character representation of a number contains both, error RNX0105 occurs. This should not happen. In an inte...
about 5 years ago in IBM i / Languages - RPG 4 Delivered

See the value of a named constant in the debugger.

A developer needs the ability to interrogate the value of a named constant. For more information, see CAAC requirement AD0183 at https://www.ibmilug.ihost.com/commonag/treqs.nsf/9c76f872792db457862573af004e1b49/15e2bf03abc04e6486257611000cc6cd?Ope...
over 5 years ago in IBM i / Languages - RPG 7 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...
over 5 years ago in IBM i / Languages - RPG 8 Delivered

Allow qualified names in like/likeds

Please allow to use qualified names in like/likeds keywords. It would really save many lines of code. Use Case: // Let's say we have such template DSDcl-Ds t_User Qualified Template; Login Char(10) ; Name Char(30); Surname Char(30); Dcl-Ds Address...
over 5 years ago in IBM i / Languages - RPG 8 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...
almost 6 years ago in IBM i / Languages - RPG 6 Delivered

Implement new %POS BIF to facilitate soft coding of DS overlays

Currently if you want to redefine a portion of a Data Structure (usually as an array) you have limited choices. One approach is to manually key the names of all required fields into a DS and then overlay those fields with an array. This is tedious...
almost 6 years ago in IBM i / Languages - RPG 5 Delivered

Enhance strong typing specs

ILE and especially RPG should provide means to force strong typing to satisfy specific requirements. There is a medium urgency for parameters declared CONST, but, in my opinion, there is an urgent requirement for type checking regarding data struc...
about 6 years ago in IBM i / Languages - RPG 5 Delivered