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 213

"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

Substring Operations for Numeric Columns/Fields

Have a built-in function (eg %SUBSTN) for substring operations on numeric columns/fields. The current %subst built-in function only operates on alpha fields. This would be very helpful to eliminate extra coding steps to convert a numeric number in...
almost 8 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow ON-EXCP to use a simple qualified name

The invention of the enum structure is great for documenting return codes or exception IDs for particular purposes. These can be used on the ON-EXCP opcode to clarify the meaning of each message ID monitored. Qualification of structures (or enums)...
about 1 month ago in IBM i / Languages - RPG 1 Is a defect

Add CPF3C29 checking to the DTAARA keyword in RPG IV

The DTAARA keyword in RPG IV does not honor IBM i object names. It allows users to create data areas with upper/lower case characters in the object name. There is currently only one user-facing interface that allows deleting of mixed-case object n...
3 months ago in IBM i / Languages - RPG 2 Future consideration

Add possibility to retrieve current number of filled elements in array with dim(*auto/*var)

Please add the number of filled elements in a varying dimension array. Currently we can set the allocated number with %elem(array: *alloc) = number. This says something about the memory being allocated as far as I understand. If you then use for i...
6 months ago in IBM i / Languages - RPG 1 Functionality already exists

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

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