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 414

add a field in QSYS2.LICENSE_INFO that shows the "P- group" for the listed licensed program product.

There currently exists a field "PROCESSOR_GROUP" in the SQL view QSYS2.LICENSE_INFO, which is the processor group for the server the software is currently installed. the new field should more closely align with the column "PROCESSOR" in the output...
26 days ago in IBM i / Db2 for i 1 Future consideration

IBM DB2 SQL Table: Database Manger Identity / Duplicate Key

Change SQL to support unique identity columns. Where unique identity columns are automatically unique (pk/uk constraint), automatically skip numbers that already exist, and only throw exception if file is out of available numbers. We use identity ...
11 months ago in IBM i / Db2 for i 1 Not under consideration

Query Supervisor: Update ADD_QUERY_THRESHOLD procedure to add filters to restrict or allow users by Gruop Profiles

Update ADD_QUERY_THRESHOLD procedure to add filters to restrict or allow users by Gruop Profiles. I think this capability can be enhanced add INCLUDE_GRPPRF and EXCLUDE_GRPPRF to allow more filters when we have the user profiles organized by Group...
about 1 year ago in IBM i / Db2 for i 3 Future consideration

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 1 year ago in IBM i / Db2 for i 1 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...
over 1 year ago in IBM i / Db2 for i 3 Functionality already exists

Adjust the functionality of AUDIT_JOURNAL_* table functions

I think the current behavior is quite confusing. For example, if I'm trying to retrieve the QAUDJRN "PW" entries from a specific receiver, I might try this: SELECT * FROM TABLE ( SYSTOOLS.AUDIT_JOURNAL_PW(STARTING_RECEIVER_LIBRARY => 'QSYS', ...
over 1 year ago in IBM i / Db2 for i 4 Not under consideration

Allow variables defined with like(<file-field>) to be used as embedded SQL host variables

If a variable in RPGLE is defined with like, and the source field comes from an external file (PF, DSPF, etc), the SQL preprocessor does not like it. Example: dcl-f CUSTMAST keyed; dcl-s qCust like(CUSTNUM); // CUSTNUM defined in CUSTMAST If I att...
over 1 year ago in IBM i / Db2 for i 3 Future consideration

improvement to SEND_EMAIL, add BLOB/CLOB as attachment

Be able to serve BLOB/CLOB objects as an attachment directly with SEND_EMAIL.
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

Add parameters to QSys2.JobInfo, QSys2.Active_Job_Info and QSys2.Library_List_Info to accept a fully qualified job name.

I need the ability to get a specific job's Library List. Not the current job.
over 1 year ago in IBM i / Db2 for i 2 Not under consideration

Add option for Cert path to qsys2.certificate_info UDTF

not all certs are in the system store. some are stored in an IFS file. the API used in the UDTF allows for "Directory path and file name" . Add that as a option. Retrieve Certificate Information (QYCURTVCI, QycuRetrieveCertificateInfo) API - IBM D...
over 1 year ago in IBM i / Db2 for i 3 Functionality already exists