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 4269

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...
about 1 year ago in IBM i / Languages - RPG 8 Future 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

Default parameter values for parameters defined with *omit or *nopass

Allow the definition of a default value for optional parameters so that rather than having to have to check %parms and use a second field as currently :- dcl-pi addItemToBasket; sku char(10); workQty int(10) options(*nopass)end-pi; dcl-s qty like(...
about 1 year ago in IBM i / Languages - RPG 4 Future consideration

Allow the CONST keyword for a standalone field or data structure

Our Generator (Synon) generates Code in Fixed RPG. Also we need to use our input and output fields in soap-server-modules as datastructures. So we have the problem to sign the *entry plist parms as an input or output (or both) - structure. It woul...
over 1 year ago in IBM i / Languages - RPG 2 Future 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

Extend PCML to optionally include private (ie not exported) procedures

Breaking this part out from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please add an option to include private functions/procedures in generated PCML with a tag indicating this. This part would primarily be used to generate document...
over 1 year ago in IBM i / Languages - RPG 1 Future consideration

Extend PCML to optionally include source file & line number where data structures and procedures are defined

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please add an option for the PCML generated to include the source file & line number where data structures & procedures are defined. My initial plan woul...
over 1 year ago in IBM i / Languages - RPG 2 Future consideration

Update RPG compiler to optionally include PCML comments in the module based PCML

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please update the RPG compiler to have the ability to include any comments or other information included in the IFS PCML into the module based PCML. This would w...
over 1 year ago in IBM i / Languages - RPG 1 Future 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...
over 1 year ago in IBM i / Languages - RPG 1 Future 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