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

Provide a ?not in? operator.

Now that we have a conditional “in” operator, please provide a “not in” operator, that can be used wherever “in” can, eg, with %lists, %ranges, arrays, etc. Use Case: Currently, to check if the value of a field is not in a list (or range, etc), we...
over 2 years ago in IBM i / Languages - RPG 2 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 2 years ago in IBM i / Languages - RPG 1 Not under consideration

A new OPTION to force pointer declaration

A new OPTIONs to force explicit declaration of pointer type variables. Use Case: Developing programs
almost 3 years ago in IBM i / Languages - RPG 7 Future consideration

Hide the underlying procedures when OVERLOADed

I'd like a way to effectively "hide" the underlying procedures from callers when they are part of an OVERLOAD prototype. Use Case: When several procedures are declared, then OVERLOADed to a single name, the individual procedures are still exposed ...
almost 3 years ago in IBM i / Languages - RPG 4 Future consideration

ILE RPG Compiler Warning/Error Suggestion

%DATE(expression) fails if program is compiled with CVTOPT(*DATETIME) and "expression" is a valid timestamp value. Use Case: Compilation.
almost 3 years ago in IBM i / Languages - RPG 1 Not under consideration

Extend RPG compiler messages to support modern RPG naming

The current design for the compiler messages does not support the enhancements to modernize the RPG language. When messages are returned to a client via the *EVENTF option, the replacement values for the messages are limited to legacy system names...
almost 3 years ago in IBM i / Languages - RPG 5 Future consideration

Allow Standalone Field Declarations to Reference Subfields of Nested DS Arrays

Declaring a standalone field with a reference field (keyword: LIKE) should work if the referenced field is a subfield of a data structure array in a nested data structure. Use Case: dcl-ds DS_A qualified template; dcl-ds DS_Arr_B dim(10); field1 v...
almost 3 years ago in IBM i / Languages - RPG 5 Not under consideration

Dynamic Strings in RPG

Have the ability to declare a character very similar to how we declare a string in Java without having to give it a length. Use Case: In Java to declare a string its just String mytext; In RPG I would like to declare a char as dcl-s myText char; M...
almost 3 years ago in IBM i / Languages - RPG 12 Future consideration

Meta procedure (or API) for ILE (RPG)

With PCML we have the information needed to call any ILE ( RPG) program from any other language, or environment and knowing the parameter types and data going back and forth. However this requires that the PCML file is available and deployed along...
almost 3 years ago in IBM i / Languages - RPG 5 Not under consideration

FOR-EACH with record level access

The new FOR-EACH is today working on list, however it would be nice if - in the future - it could be extended to also handle record level access. ( and perhaps also user defined iterators) The basic idea is to make tighter and more concise coding ...
about 3 years ago in IBM i / Languages - RPG 9 Not under consideration