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 4263

Enable compilation of full free-form RPG to 6.1 from 7.1/7.2

ILE RPG compilers on 7.1 and 7.2 should support compiling full free-form RPG when a target release of 6.1/V6R1M0 is specified. Use Case: Many companies are running IBM i systems that predate 7.1. 6.1 still has a relatively large install base. Allo...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

Reade Record Locking

Enhance the reade operation to prevent unwanted record locks on records not associated with your application. Currently when performing a setll on a record that does not exists in the database, it will setll on the next record in sequence. If you ...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration

DETERMINISTIC for RPG Sub_Procs Needed

RPG Sub-Procedures: Add DETERMINISTIC feature to sub-procedures, just like DB2 SQL/PL for i has. This can greatly turbo-charge processing. make it work like the DETERMINISTIC keyword for stored procedures and UDF's. Use Case: Turbo charge processi...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration

Clean string of control/unprintable characters < x'40'

Please either create a new BIF, or, supply a new, special value for the first parm of %scanrpl, that will replace all "unprintable", or control, characters in a string with a specified string. An unprintable, or control, character is any character...
13 days ago in IBM i / Languages - RPG 0 Submitted

RPG Language Feature - Variable Triggers - Computed Properties

Languages like Apple's Swift, Java, Python, C# have this fantastic feature called "Computed Properties". Think of them as "variable triggers". If new phrasing can be added to RPG's Dcl-S when defining a work variable, that would specify logic to b...
about 2 months ago in IBM i / Languages - RPG 2 Submitted

Add *TARGET to all RPG functions similar to *SRC in DDS

Example: %SUBST(NAME:1:1)=%UPPER(*TARGET); /* new way var. NAME is mentioned only once and %SUBST is not repeated*/ Instead of %SUBST(NAME:1:1)=%UPPER(NAME:1:1); /* var. NAME is repeated twice */ Also in mathematical statements: COUNTER=*TARGET+1 ...
3 months ago in IBM i / Languages - RPG 1 Future consideration

Add a new device web

It will be great to replace the workstation green screen with a device in a web navegator. Instead of DDS it can use an "HTML mask".
7 months ago in IBM i / Languages - RPG 1 Not under consideration

Variadic procedures in RPG

In RPG you can make prototypes for procedures where parameter can be omitted, however the datatype and an absolute number of parameters is required in the prototype. For a more polymorphic approach I will suggest to implement variadic procedures w...
11 months ago in IBM i / Languages - RPG 6 Not under consideration

improve compilation cross reference with location in memory

Hello, I'm working again on expanding the size of a field in the database. I previously encountered difficulties with fields that overlaps in data structures. Exploration of the rpgle compilation cross references gives me a lot of information abou...
12 months ago in IBM i / Languages - RPG 1 Future consideration

prefix field length limited to 10 should be increased

bug fix This program the same field name in 2 files, in an external data structure for each file. So I put a prefix on the Dcl-F & Dcl-DS of the second file prefix(AUTHDR_) and it still would not compile. I shortened the prefix(A_) and the pro...
12 months ago in IBM i / Languages - RPG 2 Future consideration