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 2745 of 4257

Do not HOLD job schedule entries with CFGSTRPRSC on Source lpar

Since version 5.2 of the FSFC toolkit, the startup program is not replaced anymore with STRFSFLASH. Instead, command CFGSTRPRSC must be placed in the system's startup program. With this command. the job schedule entries are put on HOLD and afterwa...
about 2 months ago in IBM i / PowerHA 1 Submitted

RPG Language Feature - Variable Triggers - Computed Properties

Languages like Apple's Swift, Java, Python, C# have this fantastic feature called "Computed Properties". Think of them as "variable triggers". If new phrasing can be added to RPG's Dcl-S when defining a work variable, that would specify logic to b...
about 2 months ago in IBM i / Languages - RPG 2 Submitted

Add ability to use any RPG variable in an embedded SQL statement, including those that come from Qualified Dimensioned data structures

Programmers would benefit by not seeing the error - Variable :BLAH is not usable for reason X when writing exec SQL select statement in an RPG program. Some variables are allowed and some are not, but it is not always clear why this basic select d...
about 2 months ago in IBM i / Db2 for i 1 Not under consideration

Add OpCode for continuing to process "when" statements within Select group

sometimes it is necessary to need to process the remaining WHEN operands within a SELECT group. if the "CONTSL" 'Continue Select' were used then the OTHERWISE should not be true. (this up for discussion) Currently we need to do if-then-else group....
about 2 months ago in IBM i / Languages - RPG 5 Submitted

Change ADDWLCGRP "Add Workload Group" to set the processor limit < 1,0

Our customers are using LPARs with less than one CPU assigned. To reduce the impact of ad-hoc queries (e.g. via ODBC) we need to set a CPU limit of the ODBC subsystem. Currently with a workload group we can only set a limit to a whole CPU. But we ...
about 2 months ago in IBM i / Work Management and Messaging 2 Not under 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...
about 2 months ago in IBM i / Db2 for i 3 Functionality already exists

Enable Websphere http-server to serve bearer authorization with wizard assist

Add an wizard to configure the authorization to use bearer instead of basic
2 months ago in IBM i / Web Serving 0 Submitted

New ASSERT op-code

Assertions are good programming style and widely in use in C, C++ and other languages. The idea is to have an ASSERT op-code like that: assert sqlcode in %list(0:100) 'Unexpected SQLCODE = '+%char(sqlcode); assert sqlcode = *zero %msg(...) %target...
2 months ago in IBM i / Languages - RPG 2 Submitted

New op-code RCV-MSG or enhancement of ON-EXCP/ON-EXIT

When sending an escape message with SND-MSG it is easy to catch that exception with MONITOR and ON-EXCP. But to receive the message (especially the message data), remove the message from the job log or re-send the message up the call stack, we sti...
2 months ago in IBM i / Languages - RPG 1 Submitted

Shorten the time in RSS before the message "communication link failure. (Operation timed out)" is shown.

When using IBM i Access Client Solutions - Run SQL Scripts (RSS), I think nearly all of us did try to run an SQL request while the connection was lost due to the fact that the connection was lost with the system due to the operation time out.I hav...
2 months ago in IBM i / IBM i Access Family 1 Future consideration