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 211 of 4276

Loading methods in Subfiles

I am entering another idea - in fact, thoughts about loading methods. Please find the attached document. Thank you.
12 months 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#...
12 months 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

add an option *bool for int parameters

Please add an option to automatically convert ind values to int for prototyped C functions that expect a bool. This would allow for easier usage of C functions from RPG, just as the *string option for pointers does. An option to automatically conv...
about 1 year ago in IBM i / Languages - RPG 2 Future 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

Free form KLIST to allow same field in multiple KLIST

Allow Free Form version of KLIST with the same field in multiple key lists. For example displaying customer invoices I want to have a key list for Customer and Invoice # and another for Customer and Order Date and use the same field for customer i...
almost 4 years ago in IBM i / Languages - RPG 10 Not under consideration

Enhance DCL-DS to emulate "i-Spec Member Format Identifier" in **free & /free

When using **free (or /free) RPG, there is nowhere to specify the use of i-specs within the particular program. Overall, I agree with this, as i-specs really shouldn't be used. However - there are times, because of the way a logical file has been ...
about 5 years ago in IBM i / Languages - RPG 5 Not under consideration

"RPG" Needs to be renamed to something new

The modern RPG language was changed so much that it has almost nothing common with its old columnar RPG2. Programmers are labeled as old-fashioned when they mention RPG. Besides that, there is a game named RPG, and a weapon named RPG, it confuses ...
over 6 years ago in IBM i / Languages - RPG 1 Not under consideration

Recursive program call static variables

With use of THREAD(*CONCURRENT) for "MRT" programs (recursive call'able) we are missing a new type of 'static' variables:Program level: 1) Static GLOBAL variables (Shared for ALL recursive call instances) – ok (default)2) GLOBAL variables (Unique ...
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Allow object in subfield to resolve RNF3826

When working with Java, particularly with HSSF java spreadsheets, its become necessary to work with more than one spreadsheet at a time. This would be much easier if all of a workbook's objects could be grouped into one datastructure, similar to h...
over 7 years ago in IBM i / Languages - RPG 4 Future consideration