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 229

declare multiple variables on the same line in RPG free

Please add the possibility to declare multiple variable of the the same type on the same line, taking advantage of "free" RPG form possibilities, similar to C or other languages. i.e. DCL-S i1, i2, i3, i4 INT(10); DCL-DS struct1, struct2, struct3 ...
over 2 years ago in IBM i / Languages - RPG 1 Not under consideration

Extend OVERLOAD to Main-Procedure(s)

It could be useful to have the opportunity to use the OVERLOAD Keyword for Main-Procedures too. Use Case: CTL-OPT MAIN(Main); DCL-PR Main OVERLOAD(mainWithNum :mainWithChar); DCL-PR mainWithNum; Integer INT(10) CONST;END-PR; DCL-PR mainWithChar; C...
over 3 years ago in IBM i / Languages - RPG 1 Not under consideration

add the ability to specify scope of static variable in RPGLE sub-procedure

Request to allow developer to specify the scope of static variable in RPGLE sub-procedure. Currently, static variable has an Activation Group scope. I would like to request adding a parameter to the static keyword that will allow developer to spec...
almost 5 years ago in IBM i / Languages - RPG 3 Not under consideration

More than one statement per line

It would be nice to be able to put more than one statement per line in free format separated by the Semicolon. If X = 1; X=2; Else; X=3; EndIf; Would be an easy solution without changing the whole language to be similar to what other languages com...
about 5 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 8 years ago in IBM i / Languages - RPG 3 Not under consideration

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 8 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 ...
over 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...
over 8 years ago in IBM i / Languages - RPG 3 Not under consideration

Allow Subprocedure Exported Name to appear on the EXPORT keyword of DCL-PROC

When building RPG IV modules, the export name of Subprocedures must appear on the Prototype's EXTPROC keyword. If there is NO prototype, it may appear on the DCL-PI's EXTPROC keyword. However, if there is no Parameter List, often the DCL-PI does n...
21 days ago in IBM i / Languages - RPG 0 Submitted

DATA-GEN multi types (polymorphic) during serialization possibility

Handle cleanly new modern APIs that allows for multiple "types" (say mainstream Microsoft Graph API ) usually inside an array (i.e. array of different things to attach to a chat message etc.). JSON doesn't restrict particulars types in - say - arr...
2 months ago in IBM i / Languages - RPG 1 Under review