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

Loading methods in Subfiles

I am entering another idea - in fact, thoughts about loading methods. Please find the attached document. Thank you.
about 1 year ago in IBM i / Languages - RPG 1 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

Tagging conditional statements like IF, DO, SELECT

Statements like IF - ELSE - ENDIF, SELECT, LOOPs should have tag (or Id) assigned to the beginning and end (and if required in between). Example: /Free IF#1: IF (cond1) { Set-of-statements;} IF#1-1: IF (inner-condition 1) { Set-of-statements;} IF#...
about 1 year ago in IBM i / Languages - RPG 2 Not under consideration

Multiple Occurrence Data Structure can not be used as an operand with the IN operator

Using a Multiple Occurrence Data Structure (MOD) with IN and %list() results in a compiler error. *RNF0203 30 1 Refer to the compiler listing where this message was first *RNF0203 30 001100 OPERAND MOD OF 'IN' CANNOT BE A DATA STRUCTURE. But in th...
about 1 year ago in IBM i / Languages - RPG 1 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

RPG dynamic array enhancement

Enhance dynamic arrays dim(*auto/*var: maximum_elements) by allowing the "maximum_elements"-parameter to be a variable or constant. This would allow in embedded sql fetch command to use always the right amount of lines by using the relative variab...
about 1 year ago in IBM i / Languages - RPG 2 Not under consideration

Enhance the POS keyword to support a location of *NEXT similar to OVERLAY.

The OVERLAY keyword is required when its "field" parameter is the data structure name. However OVERLAY does not allow *NEXT for the position of that field, a hard-coded value must be specified otherwise it defaults to 1. The POS keyword support ov...
about 1 year ago in IBM i / Languages - RPG 4 Not under consideration

Relaxed string manipulation BIF's that respect SBCS, UCS and UTF-8.

Today we have nice features where we can get portions of character strings. However, especially with support of UTF-8, the number of bytes is not always equal to the number of characters. Also - trying to extract ranges of characters not within th...
over 1 year ago in IBM i / Languages - RPG 3 Not under consideration

declare multiple variables on the same line in RPG free

Please add the possibility to declare multiple variable of the the same type on the same line, taking advantage of "free" RPG form possibilities, similar to C or other languages. i.e. DCL-S i1, i2, i3, i4 INT(10); DCL-DS struct1, struct2, struct3 ...
almost 2 years ago in IBM i / Languages - RPG 1 Not under consideration

%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.
almost 2 years ago in IBM i / Languages - RPG 3 Not under consideration