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 1111
126 VOTE

New built-in function %SPLIT.

The new built-in function %SPLIT can be used to extract an array of elements from a source string. Use Case: DCL-S myArray VARCHAR(255) DIM(255);DCL-S myString VARCHAR(32767) INZ('a;b;c');DCL-C MY_SEPARATOR ';'; myArray = %SPLIT(myString : MY_SEPA...
almost 7 years ago in IBM i / Languages - RPG 20 Delivered

Allow a BIF that checks to see if a parameter is passed

Please introduce a new BIF that will indicate if a parameter has been passed with actual data, as opposed to not passed or passed with *OMIT. Use Case: To check to see if a parameter defined as OPTIONS(*NOPASS) or ...*OMIT) was passed with data, I...
over 3 years ago in IBM i / Languages - RPG 11 Delivered
137 VOTE

Enhance the interface for Run SQL Script in IBM i ACS

I would like to see the Run SQL Script interface support "." dot prompting for columns with descriptions, types and length. For example when typing in a select statement the user would use an alias such as:"Select a.column from mytable a"Once the ...
over 7 years ago in IBM i / IBM i Access Family 8 Delivered
139 VOTE

DB2 service for IFS listing

I'd like to be able to get a list of IFS files within a directory using a DB2 service. For example, to get the root directory:SELECT * FROM TABLE(QSYS2.GET_IFS('/')) A Which would return a list of stream files and directories within root. For the ...
almost 8 years ago in IBM i / Db2 for i 13 Delivered

Add BRMS object level omitting to the New IBMi Navigator

Heritage IBMi Navigator had BRMS object level omitting. New IBMi Navigator does not. Use Case: Our BRMS control groups
about 2 years ago in IBM i / BRMS 3 Delivered

F8 to recall commands like F9 does on 5250 Command line but in the opposite direction

This is a really simple request, one so basic I'm almost embarrassed to ask but it has been irritating me now for over 30 years so please bear with me ;-) I believe that from day one of OS/400 you have been able to press F9 to recall previously en...
over 5 years ago in IBM i / Work Management and Messaging 9 Delivered

Update RDi Eclipse to more current versions.

The version of Eclipse that RDi and it's family of products uses is now way out of date. Neon is gone and yet our version of eclipse for RDi is from 2017. It's time to allow us to install Eclipse on our own, and then install RDi as a plugin. This ...
over 4 years ago in IBM i / RDi (Rational Developer for i) 12 Delivered

Merlin Try and Buy

It would be great if IBM could provide "Try and Buy" or "FREE (limited)" version of Merlin.I need to evaluate the software before buy it.
almost 2 years ago in IBM i / Merlin 5 Delivered
118 VOTE

For RPG extend array capabilities

Extend arrays and data-structure arrays to be really dynamic without having to use base pointer and memory allocation. Without having to give number of max elements in dim(), e.g. dim(*varying) or dim(*dynamic) or dim(*automatic).Provide functiona...
almost 8 years ago in IBM i / Languages - RPG 9 Delivered
112 VOTE

Provide an %UPPER and %LOWER bif

It would be helpful to have an easier and more robust way to change the case of characters from upper to lower or lower to upper. The current method is to use the %XLATE function, but the usual way that this is coded (just using the main 26 letter...
over 7 years ago in IBM i / Languages - RPG 17 Delivered