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 211 of 4276

Substring Operations for Numeric Columns/Fields

Have a built-in function (eg %SUBSTN) for substring operations on numeric columns/fields. The current %subst built-in function only operates on alpha fields. This would be very helpful to eliminate extra coding steps to convert a numeric number in...
almost 8 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow ON-EXCP to use a simple qualified name

The invention of the enum structure is great for documenting return codes or exception IDs for particular purposes. These can be used on the ON-EXCP opcode to clarify the meaning of each message ID monitored. Qualification of structures (or enums)...
19 days ago in IBM i / Languages - RPG 1 Is a defect

Add CPF3C29 checking to the DTAARA keyword in RPG IV

The DTAARA keyword in RPG IV does not honor IBM i object names. It allows users to create data areas with upper/lower case characters in the object name. There is currently only one user-facing interface that allows deleting of mixed-case object n...
3 months ago in IBM i / Languages - RPG 2 Future consideration

Add possibility to retrieve current number of filled elements in array with dim(*auto/*var)

Please add the number of filled elements in a varying dimension array. Currently we can set the allocated number with %elem(array: *alloc) = number. This says something about the memory being allocated as far as I understand. If you then use for i...
6 months ago in IBM i / Languages - RPG 1 Functionality already exists

Declare variables and call procedures directly on the declare

Today if we want to call a procedure that has a return value, we have to declare the variable, data structure etc and then call the procedure like this: dcl-s eligiblefreight packed( 11 : 3 ); eligiblefreight = rlsitm_getEligibleFreight( batch ); ...
12 months ago in IBM i / Languages - RPG 3 Not under consideration

H spec keywords MAIN & NOMAIN

When creating a program with many modules we specify H NOMAIN for modules other than Main module (and, we don’t have to specify H MAIN for main module). In fact, the reverse could be better - specifying H MAIN (mandatorily) for the main module and...
12 months ago in IBM i / Languages - RPG 1 Not under consideration

Enhance the POS keyword to support a location of *NEXT similar to OVERLAY.

The OVERLAY keyword is required when its "field" parameter is the data structure name. However OVERLAY does not allow *NEXT for the position of that field, a hard-coded value must be specified otherwise it defaults to 1. The POS keyword support ov...
about 1 year ago in IBM i / Languages - RPG 4 Not under consideration

Relaxed string manipulation BIF's that respect SBCS, UCS and UTF-8.

Today we have nice features where we can get portions of character strings. However, especially with support of UTF-8, the number of bytes is not always equal to the number of characters. Also - trying to extract ranges of characters not within th...
over 1 year ago in IBM i / Languages - RPG 3 Not under consideration

Allow TEMPLATE keyword for standalone fields

The template keyword allows data structures to be defined as a custom complex type simply for the purpose of defining other data structures with the same structure. Extending this to standalone variables will allow custom simple types to be define...
over 1 year ago in IBM i / Languages - RPG 2 Functionality already exists

%Split should allow array index

Currently %Split returns an array, but it would be nice if it would allow a single index of the array to be returned directly by coding for example mystring = %Split(string: ':')(1); This avoids using a work array.
almost 2 years ago in IBM i / Languages - RPG 3 Not under consideration