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

Db2 for i

Showing 396

TCP/IP Host table entries in SQL

In SQL we have theses views: QSYS2.NETSTAT_INTERFACE_INFO to get TCP/IP interfaces (CFGTCP option 1) QSYS2.NETSTAT_ROUTE_INFO to get TCP/IP routes (CFGTCP option 2) We need also a view to get TCP/IP host table entries (CFGTCP option 10).
over 2 years ago in IBM i / Db2 for i 3 Future consideration

Provide FIELDPROC_ENCODED_COMPARISON QAQQINI function at column level

DB2 for i Field Procedures are primarily used for column level encryption. The defacto standard for encryption is AES. Ideally, encryption should not be deterministic. In other words, encrypting the same plain text multiple times should produce di...
about 1 year ago in IBM i / Db2 for i 3 Future consideration

Prevent ALTER TABLE when field size expanded and there is a field procedure

When a field procedure is assigned to a field, in our case for purposes of encrypting the field data, and an ALTER TABLE is allowed to execute against the field to expand the field size, then data corruption occurs. Use Case: Example Create table ...
over 4 years ago in IBM i / Db2 for i 4 Not under consideration

CPYTOSTMF

The CPYTOSTMF does not have the functionality to create a "Native Excel" XLS or XLSX file when the FROMFILE is an Physical file . Currently the CPYTOSTMF creates a delimited file separating fields using a comma, tilde, semicolon, etc. Suggest the ...
over 4 years ago in IBM i / Db2 for i 6 Not under consideration

API for Access Path Rebuild Progress

We commonly have access path rebuilds occurring post the vary on of an IASP. We would like the capability to monitor the progress of the access path rebuilds from a batch job rather than just the screen. Use Case: We run a superannuation system on...
over 7 years ago in IBM i / Db2 for i 8 Future consideration

Change JOURNALED_OBJECTS to only scan requested libraries/objects

select * from JOURNALED_OBJECTS WHERE OBJECT_LIBRARY = 'SYSIBM' and OBJECT_NAME = 'SYSDUMMY1'; When this SQL is run against the Journaled_Objects view, it scans all objects in all libraries. If there are objects locked that cannot be scanned, the ...
almost 2 years ago in IBM i / Db2 for i 2 Functionality already exists

Allow column alias names in having clause

Allow column alias names in having clause. Use Case: Excuse my bad english... When we use the having clause, we refers to a aggregate function of the select list. SELECT field, COUNT(*) AS counterFROM table GROUP BY field HAVING COUNT(*)>100 It...
about 7 years ago in IBM i / Db2 for i 4 Not under consideration

Add a new code for journal record delete's from R/DL to a new code example R/DX.

We use the RGZPFM command regularly as our software is old. We run RGZPFM on all file members on Sundays when we do not have locks on the files. I have a program that goes through all physical files in the user libraries and does a RGZPFM. Due to ...
8 months ago in IBM i / Db2 for i 2 Not under consideration

Create an exit point similar to QIBM_QZDA_SQL2 but for all other SQL interfaces

There is no exit point for SQL when run outside the scope of ACS RUN SQL SCRIPTS or "Access i ODBC" as it is referred to in the docs. We need the ability to monitor and do other things for all SQL statements run on the system. We have users coming...
over 2 years ago in IBM i / Db2 for i 2 Future consideration

Automatic Journaling of Access Paths

When journaling is started on a library, you can created inheritance rules which will cause journaling to start on objects of type *file, *dtaara, and *dtaq. When indexes are created over tables the object gets journaled (type = *file) but not the...
almost 6 years ago in IBM i / Db2 for i 4 Not under consideration