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

IBM i

Showing 867

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

SQL1103 in Error List for QTEMP tables

On a compile, the Error List shows SQL1103 (Column definitions for table &1 in QTEMP not found) for QTEMP tables that don't exist in the RDi job. Those messages are irrelevant and can cause pertinent warnings to be missed. RDi should suppress ...
about 2 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Add Compare/Merge API that ignores source sequence/dates

Probably the single most requested RDi function that customers ask for is the ability to do compare/merge of source members without impacting existing source sequence/dates - we cannot provide this ability without help from Eclipse/IBM, to either ...
4 months ago in IBM i / RDi (Rational Developer for i) 2 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

Send message CPPEA55 to QSYSMSG.

The system generates message CPPEA55 when it detects a service processor battery failure, but it is not currently sent to message queue QSYSMSG. If it were sent, a user message handling program attached to QSYSMSG could monitor for this message an...
about 1 month ago in IBM i / Work Management and Messaging 0 Future consideration

Do not show unused annotations for unnamed subflelds in RPG source

In Rational Developer for I, when editing ILE RPG source, an annotation icon may appear in the left margin of a source line which defines a field to notify the user that field is not used in the source program. These “Not Used” annotations may app...
4 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Enable no-auditing of /tmp like QTEMP

Please change audit code to not audit any activity in /tmp direcotry when system value QAUDLVL has option *NOQTEMP set - or by adding a new option *NOIFSTMP. As this directory is to be used for temporary files by design like objects in QTEMP this...
almost 2 years ago in IBM i / IFS (Integrated File System) and Servers 8 Future consideration

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when $ or @ are used in Variable or Procedure names

The use of $ and @ in variable names and procedure names in RPG IV hasn't been recommend in nearly 30 years. Yet we still see some legacy developers using those symbols for some reason. I'd like to see a compiler option or CTL-OPT keyword and eith...
5 months ago in IBM i / Languages - RPG 1 Future consideration

Enable Application Runtime Expert to write status messages to a message queue

To help the uptake of Application Runtime Expert, I feel it would be very useful for it to be able to write verification checks (success/failures) to a user-definable message queue. This will help teams integrate ARE into their monitoring tool(s) ...
3 months ago in IBM i / System Management 1 Future consideration

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when 6 char dates are used in RPG programs that will not work after 2039

dsply %date('010140':*mdy0) ; it will show DSPLY 1940-01-01 which is wrong. At least issue a compiler warning.
4 months ago in IBM i / Languages - RPG 2 Future consideration