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 209 of 4234

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...
11 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#...
11 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...
11 months ago in IBM i / Languages - RPG 1 Not under consideration

DATA-INTO support of NULL values

The API's used to implement DATA-INTO are great. However missing the possibility to provide NULL values. RPG supports that a variable can have the special value of NULL but the the API does not allow to transfer this special case. Especially while...
11 months ago in IBM i / Languages - RPG 1 Future 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

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

Allow concatenation in named constants

If I'm working with XML-files I define the structure I like to investigate with constants. If you have a XML-file with this structure: <header> <address> <name> </name> </address></header> Then I would like to d...
about 1 year ago in IBM i / Languages - RPG 7 Future consideration

Add "Deprecated" as a special keyword to procedures

Deprecation is something that is not something that RPG developers would be familiar with, however open source developers are. When you no longer need a method or when you dont want someone to use a method that is out there, you deprecate the meth...
about 1 year ago in IBM i / Languages - RPG 8 Future 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