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 210 of 4252

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 ...
almost 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...
almost 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 ...
almost 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

Read pointer to a LOB

We want to be able to read data in a lob from RPG using a pointer. The same way as we can work on data in a userspace through a pointer.This is actually an old request, but since we are using more and more LOB columns the need for doing this in a ...
about 7 years ago in IBM i / Languages - RPG 5 Not under consideration

RPG File Description Keywords SFLPAG and SFLSIZ

I'm missing 2 File Description Keywords, SFLPAG and SFLSIZ.They should return the values from the subfile control record in a WORKSTN file. Today we are hardcoding the values in the programs and have to remenber to change them if we change the sub...
about 7 years ago in IBM i / Languages - RPG 4 Not under consideration

BUG 2040 is approaching and it's DUE!

Starting from YEAR 2040 6 digit dates will crash the program or give invalid results! If IBM wants the users to stop using 6digit dates, then it should be a compiler option, to make sure that such code that will crash or give invalid results after...
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration