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

DATA-INTO support of NULL values

The API's used to implement DATA-INTO are great. However missing the possibility to provide NULL values. RPG supports that a variable can have the special value of NULL but the the API does not allow to transfer this special case. Especially while...
about 1 year ago in IBM i / Languages - RPG 1 Future consideration

add an option *bool for int parameters

Please add an option to automatically convert ind values to int for prototyped C functions that expect a bool. This would allow for easier usage of C functions from RPG, just as the *string option for pointers does. An option to automatically conv...
about 1 year ago in IBM i / Languages - RPG 2 Future consideration

Allow concatenation in named constants

If I'm working with XML-files I define the structure I like to investigate with constants. If you have a XML-file with this structure: <header> <address> <name> </name> </address></header> Then I would like to d...
about 1 year ago in IBM i / Languages - RPG 7 Future consideration

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

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

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