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

Add ability to directly execute CL in RPGLE in the same fashion as SQL

We have the ability to execute SQL statements directly in RPGLE code, including the use of substitution values. Please add the ability to directly execute CL statements in RPGLE as well, including the ability to substitute values into the CL state...
almost 7 years ago in IBM i / Languages - RPG 4 Not under consideration

Standardize INFDS and Program Status Data Structure with reserved words and constants

Currently all information in Program Status Data Structure and File Information Data structure is accessd by position in the data structure. The naming is done in the program. Individual programmers use various naming conventions or no convention....
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Enable RPG compiler to take DSPF and PRTF definition from open format like XML/JSON

RPG is the main programming language used on the IBM i platform. It is well integrated with DB2, it is ILE, open with Open Access and has been modernized. It could be a first citizen language for cloud app but there is an obstacle to leveraging it...
about 7 years ago in IBM i / Languages - RPG 12 Not under consideration

RPG LE Level Break Subroutines for Free-format

We need RPG LE level break subroutines for use in free-format so that fixed-format C-specs do not need to be coded at all for level break processing. Currently I not only have to code a fixed-format F-spec and I-spec in order for the RPG Cycle to ...
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Alias name for Indicators KA-KY

Provide an alias RPG RESERVED NAME for Indicators KA-KY. Suggested alias names: *INFK01-*INFK24*F01-*F24 Use Case: Indicators KA-KY are more simple to communicate with the DDS Dispaly,since it does not use up indicatore 01-99. But the problem with...
about 7 years ago in IBM i / Languages - RPG 4 Not under consideration

XML-INTO: Add new option to clear DS before loading

Add an option to XML-INTO that clears the DS before parsing the XML data into the DS. This option should work similarly to EVAL and other "assignment-type" functions.Data Structures are typically used to temporarily store XML data prior to taking ...
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration

RPG: Procedure in procedure

Procedure in procedure is more natural than having to call a subrutine. That's just the way it goes :o) Use Case: Make subrutines unnecessary. Almost!
about 7 years ago in IBM i / Languages - RPG 8 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

Divide the RPG manual into a fixed format and a free format version

For many years the RPG manual have described both the fixed format and the free format. As the years has passed the free format version of RPG has been more and more enhanced where the fixed format is more "steady". Now I feel that the manual is g...
about 7 years ago in IBM i / Languages - RPG 3 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