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

Ideas

Showing 296 of 4925

Allow DCL-S within enum to support exact parameter passing

I would find it useful to use ENUMs with Exact parameter passing. At present, anything within an enum is implicitly defined using "DCL-C". Exact parameter passing requires variables to be defined as being LIKE the same parameter type, and so an en...
5 months ago in IBM i / Languages - RPG 3 Planned for future release

Add OPEN *ALL to RPG to open all files not already open.

Files defined as USROPN or already closed must be opened manually and individually and code must make sure each file is not already open. OPEN *ALL would be the complement to CLOSE *ALL.
7 months ago in IBM i / Languages - RPG 2 Future consideration

Add a way to associate a Binding Directory with a Subprocedure Prototype

When using /INCLUDE to pull in Prototypes, RPG developers also have to remember to specify the BNDDIR or BNDSRVPGM keyword on the CTL-OPT spec in order to include the related component that contains the procedure. This request would enable the dev...
10 months ago in IBM i / Languages - RPG 3 Future consideration

Add %HEX (or %TOHEX and %FROMHEX) built-in functions to RPG IV

Utilizing the cvthc and cvtch functions for converting to and from hexadecimal notation is a valuable tool in RPG land. However, in the context of RPG development, we must rely on our own prototypes since IBM does not provide standard prototypes w...
11 months ago in IBM i / Languages - RPG 1 Future consideration

For High Availability - remove hostname dependency

High available setups require the use of a service-IP address. The existing hostname dependency make such kind of HA requirements very challenging. Removing the hostname dependency would make such requests a lot easier to implement.
about 1 year ago in PowerSC 1 Submitted

Add "Deprecated" as a special keyword to procedures

Deprecation is something that is not something that RPG developers would be familiar with, however open source developers are. When you no longer need a method or when you dont want someone to use a method that is out there, you deprecate the meth...
almost 3 years ago in IBM i / Languages - RPG 8 Future consideration

new build in function %PASSEDVALUE

In procedures with optional parameters, the %PASSED-BIF can be used to check whether the parameters are passed. To use such a parameter, a local field must be defined and the value must be set in the local field when the parameter is passed, other...
6 months ago in IBM i / Languages - RPG 4 Not under consideration

Possibility for %lookup to search more than one field of a structure.

In data structures, lookup using %lookup is fantastic. But it would be interesting to add the possibility of searching on two or more fields: structure(1).field1 = 'A'; structure(1).field2 = 123; structure(1).field..... structure(2).field1 = 'B'; ...
almost 2 years ago in IBM i / Languages - RPG 2 Future consideration

RPG block comments

Single line comments are allowed today by // however the commonly used block comment /* … */ are not. Use Case: Since **free don't have a concept of H,C,F spec it should be straight forward to implement the /* .. */ block comment syntax. The work ...
over 7 years ago in IBM i / Languages - RPG 9 Not under consideration

Allow data structures to be extended or decorated

RPG currently allows us to define a data structure with the same layout another with the LIKEDS keyword. It would be useful to be able to use a similar keyword to define the basic structure, but also to extend the data structure and add additional...
about 3 years ago in IBM i / Languages - RPG 3 Future consideration