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

All ideas

Showing 1903

UUID datatype for IBMi

A UUID is a Universally Unique Identifier, meaning that these identifiers are unique over your whole DB; even better unique" across space and time". UUID's are stored in 128bit format and follow a standarized format (rfc4122) This makes the type a...
over 2 years ago in IBM i / Db2 for i 9 Delivered

System debugger in the "Tools" menu in ACS

Today you have to open the "Run SQL Script" to start the System Debugger. This great when you work with stored procedures, however, this is counter intuitive if you debug other type of programs Use Case: Open IBM i ACS, Click Tools, Select the sys...
over 3 years ago in IBM i / IBM i Access Family 5 Delivered
123 VOTE

RPG refactoring ability

Would like to be able to perform refactoring on RPG code similar to the refactoring Eclipse can do with C++. Refactor > RenameRefactor > Extract Local VariableRefactor > Extract ConstantRefactor > Extract Function Use Case: Start with ...
about 12 years ago in IBM i / RDi (Rational Developer for i) 15 Delivered

AIX rsyslog compiled with omkafka (Kafka module)

Addition of the Kafka module to AIX rsyslog. Request to compile AIX rsyslog with omkafka module because this is needed in our production and homologation servers in domain XRC (Customer Relationship applications)
about 3 years ago in AIX 4 Delivered

enhance the qsys2.journal_info view to return info for all recievers attached to a journal

we have a need to be able to find all "orphaned" journal receivers.
5 months ago in IBM i / Db2 for i 3 Delivered

Add an AIX linker option to specify SHMPSIZE

As discussed in the Support case TS008099503, the ISV would like to be able to specify not only DATAPSIZE, TEXTPSIZE and STACKPSIZE as a linker option but also allow SHMPSIZE to be specified. Currently, if you build an application which should use...
about 3 years ago in AIX 2 Delivered

Trigger administration

This set up rights on the ADDPFRTG command identical to those set up on the SQL CREATE TRIGGER statements
over 1 year ago in IBM i / Db2 for i 3 Delivered

Allow expressions in CL CALL and CALLPRC commands

Allow expressions to be used in the PARM parameter of the CALL and CALLPRC commands. This would eliminate the need to declare single-use variables to serve as parameters. Use Case: Instead of this: dcl &Limit *char (9) dcl &CODate *char (6...
over 6 years ago in IBM i / Languages - CL (Control Language) 3 Delivered

Extend ON-ERROR to accept message codes

In our codebase, we use a lot of user-defined message codes in *ESCAPE messages for our exception handling. We combine these with RPG's MONITOR op-code to trap the errors and, if possible, handle them. Identification of the last exception message ...
over 3 years ago in IBM i / Languages - RPG 4 Delivered

provide "between" operator in rpg expressions

Provide "between" in rpg logical expressions Use Case: if a >=b and a<=c ;could be replaced by :if a between b and c;
almost 9 years ago in IBM i / Languages - RPG 11 Delivered