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 4416

Extend OVERLOAD to Main-Procedure(s)

It could be useful to have the opportunity to use the OVERLOAD Keyword for Main-Procedures too. Use Case: CTL-OPT MAIN(Main); DCL-PR Main OVERLOAD(mainWithNum :mainWithChar); DCL-PR mainWithNum; Integer INT(10) CONST;END-PR; DCL-PR mainWithChar; C...
about 3 years ago in IBM i / Languages - RPG 1 Not under consideration

LISTAGG - Add parameter for length and allow less than 4000

The new LISTAGG function is very convenient. Two things that have us scratching our heads though:(1) Why does the length have an arbitrary minimum of 4000?(2) Why is setting a different length done by a CAST of the input instead of just adding a 3...
about 7 years ago in IBM i / Db2 for i 2 Not under consideration

When positionning from error view do not automaticaly select text in editor

In RD Power, when there are compile errors they are shown in the Error list view. When we double-click on an error in that list, the editor is positionned to the line, column of the error.The code in error is also selected.However we find that it ...
over 13 years ago in IBM i / RDi (Rational Developer for i) 6 Not under consideration

Json datatype create table

The idea would be to create a json datatype as happens in other dbms. This allows you to create fields in json type files (and not blobs as suggested in some documentation) while also verifying their actual validity.
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

Declare Array variables in SQL/PSM like in DB2 LUW

In stored procedures and UDF/UDTF of DB2 for i, I would like to be able to declare an array like in this example : DECLARE TYPE CARD_NUMBER AS VARCHAR(1) ARRAY [24]; … this is already possible on DB2 LUW, as can be seen in this example: https://ro...
about 2 years ago in IBM i / Db2 for i 2 Not under consideration

Flag schema and it's objects to use SSD

To improve performance I would like to flag a SQL schema/library to store all objects contained in it on the Solid State Drives. Use Case: We have a process that builds tables, with a large amount of data, in a specific schema, copies them to the ...
about 7 years ago in IBM i / Db2 for i 2 Not under consideration

Refresh storage information on remanage of VM

Currently, not all storage operations can be performed through PowerVC. If changes have been made to storage outside of PowerVC there is no way to resync data such as the volume sizes. When managing a VM that had previously existed in PowerVC, att...
about 2 years ago in PowerVC 1 Future consideration

Resize multiple volumes using 1 request

PowerVC allows Volume resize, today each volume must be resized one at a time. ideally, PowerVC would allow selection of multiple volumes and resize to a size larger than the largest existing volume. Example. Volume 1 is 200 GB VOlume 2 is 100 GB ...
about 2 years ago in PowerVC 1 Future consideration

Create a new GO SAVE option to save all the OS

Sometimes, when migrating a system to the cloud, we use a save-and-restore method for migration. We take Option 22 for the basic OS on Virtual Optical media to install using NFS and Option 23/21 on Virtual Tape for the data, because is faster. But...
about 2 years ago in IBM i / Save and Restore 1 Future consideration

In RDI ability to exit program debug immediately as in F3 using green screen STRDBG

Using green screen STRDBG, while stepping through any program using F10, if the developer presses F3 to exit, the program stops running immediately. This is a bit of a safeguard to many developers where they know they can end a job midstream. This...
over 9 years ago in IBM i / RDi (Rational Developer for i) 6 Future consideration