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 2773 of 4306

Add Case Conversion to RPG Subprocedure Parameters

Add support to automatically convert Subprocedure Parameters to Upper or Lower case using OPTION(*UPPER) or OPTION(*LOWER) keywords on the parameter definition. Obviously, this would be for CHAR, VARCHAR parameters that are also CONST or VALUE. It...
over 3 years ago in IBM i / Languages - RPG 10 Future consideration

Allow more than 1 level of qualified datastructures in SQLRPGLE

We get more and more embedded SQL code in our RPGLE sources but the compiler still only supports 1 level of qualified data structures. This is such a pain. See Use case for example. More practical examples are joins where you want to use the exter...
almost 4 years ago in IBM i / Db2 for i 6 Future consideration

Add SQL Object Type to QDBRTVFD and QUSROBJD APIs

Today the SQL object type is available only via the QUSRMBRD (Retrieve Member Description) API. However when a file has NO MEMBERS, the QUSRMBRD API cannot be used to retrieve the needed SQL Object Type. Ironically, the QDBRTVFD (Retrieve File Des...
3 months ago in IBM i / Db2 for i 3 Functionality already exists

Port Docker to 5733OPS

Docker is a container platform that allows to deploy self-sufficient applications and services. It allows to build agile software delivery pipelines to ship new features faster, more securely and with confidence. Use Case: It would be great to be ...
almost 7 years ago in IBM i / Open Source and PASE 6 Not under consideration

Dynamic Strings in RPG

Have the ability to declare a character very similar to how we declare a string in Java without having to give it a length. Use Case: In Java to declare a string its just String mytext; In RPG I would like to declare a char as dcl-s myText char; M...
almost 3 years ago in IBM i / Languages - RPG 12 Future consideration

External Tables

It would be very useful to have tables whose content is given by text files, such as Oracle's External Tables. in Oracle this functionality is obtained like this: CREATE TABLE my_ext_table ( id NUMBER, author VARCHAR2(30), created DATE, text CLOB ...
about 2 months ago in IBM i / Db2 for i 2 Future consideration

Fix NetServer jobs to start with AUTOSTART(*YES)

Problem: Netserver jobs do not autostart with CHGTCPSVR SVRSPCVAL(*NETSVR) AUTOSTART(*YES). This issue has been reported in some CASEs and others.Customers are guided to add STRTCPSVR *NETSVR to QSTRUPPGM. Fix NetServer jobs to start with AUTOSTAR...
10 months ago in IBM i / Application Development 1 Submitted

Improved behavior of IBM i when bad sectors of external storage occur

There was an incident that bad blocks on an external storage connected to an IBM i partition resulted in recursive SRC A6xx0266 for hours and performance of the IBM i partition significantly slowed down. It was hard for the customer to determine w...
almost 5 years ago in IBM i / Storage 2 Is a defect

Display fields and/or structures defined with TEMPLATE differently in the outline.

It's nice to know that a data element is a "data type" or "template" rather than usable storage. Also, if you have the knowledge available during editing, don't suggest TEMPLATE items in calculations. They're OK for like() and likeds(), %size(), t...
4 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Change the performance adjuster algorithm

The performance adjuster algorithm looks only if the pool is paging but doesn't care if it has already free memory. This causes sometimes that a pool start stealing a lot of memory without using it. The algorithm should look at the unallocated mem...
almost 5 years ago in IBM i / Work Management and Messaging 4 Future consideration