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

Possibility for %lookup to search more than one field of a structure.

In data structures, lookup using %lookup is fantastic. But it would be interesting to add the possibility of searching on two or more fields: structure(1).field1 = 'A'; structure(1).field2 = 123; structure(1).field..... structure(2).field1 = 'B'; ...
4 months ago in IBM i / Languages - RPG 2 Future consideration

Use 'IN' operator on %split to compare like in %list

When working with a list represented in a string, with %split, the 'IN' operator cannot be used as it can with the function %list. However, it is necessary to have this functionality in order to check if certain elements are present in a string li...
8 months ago in IBM i / Languages - RPG 1 Future consideration

Prevent some RNF7031s. Add a way to indicate specific items which should not be diagnosed as un-referenced

Fields defined in ILE RPG source may be diagnosed as not being used by the program; but the developer may have reasons for keeping them. (They might be part of included files, part of API's, or intended for future use.) It is suggested that a comp...
over 3 years ago in IBM i / Languages - RPG 4 Future consideration

STRDBG can not show values of variables based on pointer given as parameter

It's not possible to show the value of variables which based on a pointer given as parameter in STRDGB. If you try to display "pTest" with F11 of the following example you get : EVAL pTest PTEST.V1 = '**********'PTEST.V2 = '**********' Example : d...
over 5 years ago in IBM i / Languages - RPG 7 Future consideration

Allow duplicate CTL-OPT keywords.

In the RFE https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=153870I raised an idea of overriding the values of the control specification using /SET.Barbara Morris asked me to raise it in a separate RFE. This is hereby done...
about 2 years ago in IBM i / Languages - RPG 7 Future consideration

Option to suppress RNF7031 messages in F-specs

I always clean up any unused variables in a program before I implement it so other programmers won't be confused. As an aid to cleanup, I compile the program with RDp and then double click one of the messages in the error list so the messages are ...
over 11 years ago in IBM i / Languages - RPG 5 Future consideration

Allow SND-MSG to use %target( *PGMBDY: 0 )

It just makes things so much easier. Supporting *PGMBDY allows *ESCAPE messages to be sent directly to the calling executable (terminating the sending program) from any procedure in a program. Only offering *CALLER forces one to attempt to count t...
7 months ago in IBM i / Languages - RPG 2 Future consideration

DATA-INTO Parser can access Populating Data Structure's Field attribute details

This would allow the parser to make better decisions in many cases. For example, Example 1: If we need the add some custom logic like if a data is getting truncated. If parser have access to know the populating field attribute it will be possible ...
7 months ago in IBM i / Languages - RPG 2 Future consideration

possibility to specify what decimal character %char() should use

I'm missing the possibility to specify what decimal character should be used in %char() overriding the control specification DECEDIT keyword. The standard european character is comma instead of point. But sometimes when generating CSV or XML files...
almost 7 years ago in IBM i / Languages - RPG 2 Future consideration

Add template for function prototypes/Procedure Interfaces

Currently when defining a procedure prototype that references a procedure pointer, the prototype must be defined in scope with the pointer which causes issues for me in a highly modularized environment with service programs and sub-procedures. I f...
over 7 years ago in IBM i / Languages - RPG 4 Future consideration