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 216

Allow array index to start from zero instead of 1

I would like to have the possibility to specify that the index of an array starts from zero instead of 1. Many times I have to code something like thiseval myArray(x+1) = 1234where x can have the value zero. If it was possible to specify that the ...
over 4 years ago in IBM i / Languages - RPG 5 Not under consideration

Change RPG to support UNLOCK using RCDFMT name

RPG allows us to CHAIN using RCDFMT. RPG forces us to UPDATE/DELETE using RCDFMT. RPG does NOT allow us to UNLOCK using RCDFMT... This leads to buggy code -- it would be easier to spot mistakes and avoid bugs if we could CHAIN RCDFMT, UPDATE RCDFM...
almost 2 years ago in IBM i / Languages - RPG 2 Future consideration

Create shortcut for eval(h) so user doesn't need to type in eval(h)

When performing calculations where we want to round-up, instead of typing Result = (Factor1 - Factor2) * Factor3; we need to type eval(h) Result = (Factor1 - Factor2) * Factor3; It would be nice if that could be simplified to Result(h) = (Factor1 ...
over 4 years ago in IBM i / Languages - RPG 4 Not under consideration

New RPG figurative constant *CLEAR.

The new figurative constant *CLEAR assumes his value by the field type. For example, with a character field the value is *BLANK, with a numeric field the value is *ZERO, with an indicator the value is *OFF and so on. In other words, *CLEAR has the...
about 7 years ago in IBM i / Languages - RPG 10 Not under consideration

New RPG assignment operators ++ and --

It would be nice to have the C/Java like assignment operators ++ and -- too. Use Case: var++; instead of var +=1;var--; instead of var -=1;
almost 7 years 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...
about 1 year ago in IBM i / Languages - RPG 6 Not under consideration

Allow INDDS/INFDS data structures to be nested (subfield) data structures

Allow the data structures referenced in the INDDS and INFDS keywords to be nested (subfield) data structures. Use Case: DCL-F SubmitD WORKSTN INDDS(Screen.Response) INFDS(Screen.Information); DCL-DS r_DisplayIndicators QUALIFIED TEMPLATE; ExitPres...
over 3 years ago in IBM i / Languages - RPG 2 Future 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...
about 1 year 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...
about 1 year ago in IBM i / Languages - RPG 2 Future consideration

Loading methods in Subfiles

I am entering another idea - in fact, thoughts about loading methods. Please find the attached document. Thank you.
about 1 year ago in IBM i / Languages - RPG 1 Not under consideration