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

My votes: IBM i

Showing 920

Run SQL Scripts - add "bind:" prefix/command like VScode/Db2i

Using ? parameter markers or :host-variables in ACS RSS is great, but the Db2i extension for VScode has implemented a "bind:" line-prefix / statement which helps a lot, when copying SQL statements from an RPG program source, to try them. Here an e...
about 1 month ago in IBM i / IBM i Access Family 1 Future consideration

Toggle the way BRMS handles message ID CPD33A8

Dear IBM Team, Our organization supports a large number of IBM i customers, and our monitoring tools generate alerts whenever a backup failure occurs. I'd like to propose an enhancement that introduces a configurable option (e.g., a toggle setting...
9 days ago in IBM i / BRMS 1 Future consideration

Urgent support for Power HA System Mirror for IBM i of the new IBM Spectrum Virtualize function Policy-based HA (the new Hyperswap function)

With the last announcements of IBM storage, the IBM Spectrum Virtualize Software is enhanced with the new functions based on Policy-based HA (the new Hyperswap function). The PowerHA system mirror for i, today doesn't support this new function and...
over 1 year ago in IBM i / PowerHA 7 Future consideration

Add a compiler directive to emit a message to the compiler listing

Under special circumstances it can be useful to add a user defined warning or error to the compiler listing - even to the extend, that a module should not compile. A new compiler directive "/MESSAGE" should be introduced like this: /IF NOT DEFINED...
4 months ago in IBM i / Languages - RPG 1 Future consideration

Authority Collection should include "object attribute"

Authority Collection should include "object attribute" along with the existing information about objects being accessed (object schema, object name, object type). Currently it is not possible to discern a physical file from a display file using th...
8 months ago in IBM i / Db2 for i 1 Future consideration

IPv6 - Provide default gateway configuration for SST LAN adapter interface

It is not possible in the existing OS releases to configure the default gateway for IPv6 interface in SST LAN interface. The only way how to make IPv6 interface working for this interface is to configure a LAN switch with auto discovery setup whic...
11 months ago in IBM i / Networking 4 Future consideration

Improvement to the DSPPGMREF command

The command currently does not generate information about the commands used in a program.The improvement is to include information about this type of objects and be useful when performing some type of forensic analysis on the IBM i
10 months ago in IBM i / Languages - CL (Control Language) 2 Future consideration

Custom SQLSTATE/MESSAGE for SIGNAL statement

Currently it is possible with the SIGNAL statement to return a custom SQLSTATE and message. DECLARE COUNTRY_NOT_FOUND CONDITION FOR SQLSTATE '02000'; DECLARE EXIT HANDLER FOR COUNTRY_NOT_FOUND SIGNAL SQLSTATE '75001' SET MESSAGE_TEXT = 'Country no...
8 months ago in IBM i / Db2 for i 1 Future consideration

Table that contains the QAUDJRN journal entry type descriptions

It would be useful to have a table, if one does not already exist, that contains the QAUDJRN journal entry descriptions. This would be very useful to be able to use to get the description using a join to the AUDIT_JOURNAL_xx & DISPLAY_JOURNAL....
about 1 year ago in IBM i / Db2 for i 7 Future consideration

Allow to initialize arrays using %list

Allow for arrays to be initialized using %list command, for example: dcl-s allowedValues int(10) dim(4) inz(%list(1:2:3:4)); Plus error checking when initial value exceeds array size etc.
over 1 year ago in IBM i / Languages - RPG 2 Future consideration