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 4265

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

"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 5 years ago in IBM i / Languages - RPG 1 Not under consideration

Minimize the use of semicolons in free RPG

The function of semicolon as end-of-statement in free RPG could be optionally replaced by that of start-of-continuation-line. This way the end of a statement would be indicated by the newline character provided that the first non-blank character o...
over 5 years ago in IBM i / Languages - RPG 1 Not under consideration

Dynamic variables/arrays

Allow dynamic size variables/arrays in RPGLE, SQLRPGLE and CLLE. Allow declaration of variables like var1 char, var2 int, etc. Use Case: Having dynamic variables and arrays allows you to not have to worry about array index out of bounds when you t...
over 5 years ago in IBM i / Languages - RPG 3 Not under consideration

RPG should be named after release

RPG should be identified with OS version to show it is not the rotten RPGI, RPGII, OR RPGIII. Use Case: The first line should replace ** FREE with** RPG 7.1** RPG 7.3** RPG 8 If we want to compile it in previous version for the sake of compatibili...
almost 7 years ago in IBM i / Languages - RPG 1 Not under consideration

Upgrading the %XLATE bif

The third parameter of the %XLATE bif is the string to be translatedas per the manual: string = %XLATE(lo:up:'rpg dept'); The problem with this bif is that this string must be defined in the source code. But the the problem is that CCSID's for dif...
about 7 years ago in IBM i / Languages - RPG 6 Not under consideration

RPG compiler bad behaviour with *VARSIZE and litterals

when a prototype declare size 1 option(*varsize),when the program uses the prototyped call passing a litteral parameter, even if the litteral is long, the compiler has no care of *VARSIZE, and truncates the litteral at size 1.the result is a memor...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

For fully free RPG provide support for program described printer files

Provide support for program described printer files. Since in fully free RPG there is no support for output specification, please change the WRITE op-code to direct coutput to non external described printer files. The PRTCTL keyword for line spaci...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration

possibility to specify what decimal character %char() should use

I'm missing the possibility to specify what decimal character should be used in %char() overriding the control specification DECEDIT keyword. The standard european character is comma instead of point. But sometimes when generating CSV or XML files...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration