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 2906

Internal LTO Tape for Power9

In the new generation of POWER9 hardware, there is an internal RDX device. While the RDX is a lower cost device, it is extremely slow. Why in the same location, can't an Internal LTOx tape drive be put in. Similar to a 5736 that was put into the P...
over 6 years ago in IBM i / Hardware 1 Not under consideration

Allow cross reference to account for literals in code

The Mark Occurrences works wonders but there are times when I want to have it mark constants, like hard coded array indexes, etc. Please consider adding an option to the outline that allows it to cross source literals, yes any literal. Use Case: O...
almost 6 years ago in IBM i / RDi (Rational Developer for i) 4 Future consideration

Bring qualified data structure name to top of Content Assist prompt list

I use Content Assist to autocomplete code all the time. For data structures, however, it hasn't been as nice. The reason is because I can't easily simply select a qualified data structure to complete, it brings up all the subfields as well for me ...
over 9 years ago in IBM i / RDi (Rational Developer for i) 4 Not under consideration

Add the "Share Open Data Path" attribute to the QDBRTVFD API

The SHARE ODP attribute is missing from the QDBRTVFD API. While SHARE is technically a file's MEMBER attribute, it is an attribute that is pervasively associated with a file object. Currently there is no user-accessible way of retrieving that attr...
over 1 year ago in IBM i / Db2 for i 3 Functionality already exists

BRMS deleted objects

BRMS recovery report (STRRCYBRM ACTION(*REPORT)) and restoration should exclude deleted objects at the point of backup. Logic can be implemented at time of Incremental backup of a library. If an object doesn't exist in that library at that point i...
about 4 years ago in IBM i / BRMS 2 Not under consideration

Show active NWSD jobs that have an NWSSTG space in an IASP under the WRKASPJOB command

If an active Network Server Description (NWSD) has a linked Network Server Storage space (NWSSTG) in an available IASP, attempting to vary off the IASP or perform a PowerHA switch will fail with CPAB8E6 'device xxx cannot be varied off at this tim...
about 4 years ago in IBM i / Core OS 2 Is a defect

System i native support for MS-SQL Server Connection

Native Support for System i to connect to MS-SQL Server using the remote Database entry (ADDRDBDIRE).Connection should support SELECT, UPDATE, INSERT to provide a possibility for data exchange.There are exists a lot of open souce tools which works...
over 8 years ago in IBM i / Db2 for i 6 Not under consideration

Add variable support on CONNECT statement within SPL

Add variable support for CONNECT statement in SPL. Use Case: CREATE or replace PROCEDURE BACKUP_STATUS LANGUAGE SQL MODIFIES SQL DATA P1: BEGIN DECLARE COMMAND CHAR(200); -- Ensure this is large enough. DECLARE V_SYSTEM_NAME CHAR(25); FOR V1 AS C1...
almost 6 years ago in IBM i / Db2 for i 1 Not under consideration

Allow variable name as part of three part naming

Allow variable name as part of three part naming. Use Case: FOR V1 AS C1 CURSOR FOR select x.* from table( values('RACK1HST'), ('GDWEB'), ('GDIHQ1'), ('GDISYS1'), ('MAIL1'), ('RACK2HST'), ('GDWEB2'), ('GDIHQ2'), ('GDISYS2'), ('MAILTWO'), ('RACK3HS...
almost 6 years ago in IBM i / Db2 for i 1 Not under consideration

STRDBG C/C++: ATTR should show type name of structs and classes instead of TYPE=RECORD

When debugging a C/C++ program and want to check the attributes of a struct or class using the debugger command ATTR it only shows "TYPE = RECORD, LENGTH = 574 BYTES". This information is not enough. Instead of "TYPE = RECORD" ATTR should show the...
over 1 year ago in IBM i / Application Development 1 Future consideration