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 73

Create a varying length field with the length from a fixed length field

It often happens that I have a field from a database og a screen that is fixed length and have to create a field that is varying length but having the same size as the fixed length. unfortunately it is not possible to do this:dcl-s fixedField char...
8 months ago in IBM i / Languages - RPG 6 Future consideration

Defaults for Dcl-pi;

Parameters for programs and procedures are declared with Dcl-pi. Today it requires to to give the name or *N. But for programs and procedures that does not return a value - it would be appreciated if that was not required and could default to *N a...
almost 2 years ago in IBM i / Languages - RPG 3 Future consideration

Replicate on RPGLE the cobol 88 Level

The 88 level number is not used to declare a variable, but it is used to provide a descriptive name for a condition, used to improve the readability of COBOL programs. In RPG can be coded e.g. as dcl-s flag char(1); dcl-s flag_on referer(flag) val...
9 months ago in IBM i / Languages - RPG 4 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

Make %dec() 2nd & 3rd parm optional

The %dec() function should be able to detect the length and decimal positions of the target variable when converting from a character field. Use Case: Currently, when using the %dec() function to convert from a character field, you're forced to sp...
over 6 years ago in IBM i / Languages - RPG 6 Future consideration

Expand 16773104 limit (RNF0376) within data structures

With nested data structures, especially those involving multi-dimensional arrays, it is very easy to exceed the 16773104 limit. Would be nice if this limit could be expanded. For backwards compatibility, if required, could perhaps use a compiler k...
over 3 years ago in IBM i / Languages - RPG 5 Future consideration

bring timestamp timezone awareness

Please add timezone awareness to TIMESTAMP primitive value. Additionally, add the possibility to return current UTC time to BIF %TIMESTAMP ts1 = %TIMESTAMP() // system current timestamp ts2 = %TIMESTAMP(*UTC) // current utc timestamp seconds = %DI...
12 months ago in IBM i / Languages - RPG 3 Future consideration

Allow ability to control JobLog write with On-Error

Add an operational extender to the on-error opcode that would allow for control over a joblog write. When the programmer has stated that a specific error condition is trapped/controlled, we should be able to optionally suppress the job log message...
over 4 years ago in IBM i / Languages - RPG 4 Future consideration

Expand %XFOOT functionality to include subfields in DS array

I have the following DS / Arrays dcl-ds Order_Info_t qualified template; Order like(s1_order); Order_Pack_Qty like(s1_packqty); Order_Case_Qty like(s1_packqty); Order_Weight like(s1_weight);end-ds; dcl-ds Order_Summary qualified inz; Orders like(s...
about 5 years ago in IBM i / Languages - RPG 3 Future consideration

Allow SQL name when declaring a data structure

Allow a data structure declaration to use a SQL name Use Case: dcl-ds thirdPT extName('THIRDPARTYTABLESQLNAME') alias qualified;end-Ds;
about 5 years ago in IBM i / Languages - RPG 4 Future consideration