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 174

Include non externally described files info in the SYSPARTITIONSTAT sql view

I'm using the qsy2.syspartitionstat function to analyze physical files info, like sizing, number of members, info change dates, and others. I find it really easy to use and has a great functionality. But I was surprised that it doesn't consider th...
10 months ago in IBM i / Db2 for i 3 Delivered

DRDA SM D Audit entry

The SM D entry in the Audit log logs that an RDB Entry has been changed (Access Type 'C'), but does not log what the change was. We would like to see whatever the change was actually logged Use Case: We have people making changes on a test server ...
about 3 years ago in IBM i / Db2 for i 5 Delivered

Add NSLOOKUP type SQL service

I would like a service like those athttps://www.ibm.com/docs/en/i/7.4?topic=optimization-i-servicesThis service would allow me to doSELECT * FROM QSYS2.NSLOOKUP('www.mycorp.com', 'dns.google.com');I would also like it to not be dependent on having...
over 3 years ago in IBM i / Db2 for i 3 Delivered

New SQL table function to return Journal Receiver Information

Currently there is no way, except programmatically via calling the QjoRetrieveJournalInformation API and specifying KEY=1, to retrieve a list of journal receivers and information about them. Providing a SQL Table Function, or other SQL object, to ...
over 3 years ago in IBM i / Db2 for i 4 Delivered

Generate COMMENT for SQL objects along with LABEL

When the SQL generations programs from IBM i to obtain DDLs from database objects create the sentences for describing the objects they use the statement "LABEL". Meanwhile the rest of databases (DB2 LUW, Oracle...) use the statement "COMMENT".We a...
about 3 years ago in IBM i / Db2 for i 4 Delivered

DB2 GUID/UUID identity support

Currently identity columns are integer based, however this can cause collisions if you need to merge two tables. It would therefore be handy if you could specify... MYID UUID GENERATED ALWAYS AS IDENTITY Also functions like IDENTITY_VAL_LOCAL shou...
over 3 years ago in IBM i / Db2 for i 6 Delivered

change RESPONSE_HTTP_HEADER for QSYS2.HTTP_GET_VERBOSE when we want cookie

The HTTP functions do not handle the multiple use of the "set-cookie" headers within an HTTP response. The root issue is that JSON keys should be unique and multiple instances of the "set-cookie" key are not permitted in JSON. Here is a possible a...
almost 2 years ago in IBM i / Db2 for i 2 Delivered

DB2 for i Service to retrieve jobdescription JOBD information

We would like to have an IBM i db2 service to retrieve information about job descriptions - in particular which jobdescription uses which libraries Use Case: Many applications use jobdescriptions to define which library is used to access data. Dur...
over 6 years ago in IBM i / Db2 for i 1 Delivered

add open file in (QDMLOPNF) to GET_JOB_INFO table function

please add to GET_JOB_INFO table function the jobs open file information as provided with API QDMLOPNF Use Case: none of the current SQL functions provide this information which will be helpful when looking for certain file information across jobs...
almost 5 years ago in IBM i / Db2 for i 5 Delivered

get n'th element in delimited string

in sql be able to extract the n'th element in a delimited string. would remove the need to use mutiple substring and posstr/locate. Use Case: select get_element('abc;def;100;;;qwert' , 3, ';') .... string, n'th element, delimiter would then return...
almost 3 years ago in IBM i / Db2 for i 1 Delivered