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 367 of 4365

IBM i Service to list Netserver Share and Sessions

Currently, there is no way to list from an IBM i command line the Netserver Share or Session details. An IBM i Service to list these details would make like a lot easier. I accept that the Go Nets menu is an alternative to this but it has signific...
over 4 years ago in IBM i / Db2 for i 7 Future 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...
6 months ago in IBM i / Db2 for i 3 Future consideration

provide readable format when consuming .xlsx using qsys2.ifs_read

Functionality will eliminate having to save xlsx as a csv prior to consuming with qsys2.ifs_read
over 1 year ago in IBM i / Db2 for i 2 Future consideration

An IBM i Service for retrieving device status similar to WRKCFGSTS

A device's status is currently not available via SQL. This would be useful for tracking the status of devices such as virtual display/printer devices. It would be useful for System Admins. It could be partnered with QSYS2.OBJECT_STATISTICS to find...
about 2 years ago in IBM i / Db2 for i 3 Future consideration

SQL precompiler support for EXTNAME(filename : fmtname : fieldtype) where fieldtype is *ALL, *INPUT, *OUTPUT, or *KEY

Allow the use of a data-structure defined with EXTNAME(*ALL, *INPUT, *OUTPUT, or *KEY) to be used as an SQL host variable. Use Case: In a case where IO must be done with a workstation file you have to code separate data-structures, one with *ALL f...
over 3 years ago in IBM i / Db2 for i 5 Future consideration

Custom HTTP Header Fields Should Replace Supplied Defaults in the QSYS2 HTTP Functions

When using the QSYS2 HTTP functions, custom HTTP request fields can be supplied. These supplied fields should replace any defaults provided by the HTTP functions. For example, the HTTP request field "Host" is automatically supplied by the HTTP fun...
8 months ago in IBM i / Db2 for i 6 Is a defect

External Tables

It would be very useful to have tables whose content is given by text files, such as Oracle's External Tables. in Oracle this functionality is obtained like this: CREATE TABLE my_ext_table ( id NUMBER, author VARCHAR2(30), created DATE, text CLOB ...
4 months ago in IBM i / Db2 for i 2 Future consideration

Eliminate the Propagation of READS SQL DATA in Caller Functions in SQL

When creating User Defined Table functions in SQL, the CONTAINS SQL, READS SQL DATA and MODIFIES SQL DATA statements are currently propagated up the food chain. This means if a simple function calls another function, that called function's attribu...
over 2 years ago in IBM i / Db2 for i 2 Not under consideration

SAVLIB / RSTLIB - Guarantee that all type external procedures are saved and restored

Our company does SAVLIB backups of production libraries for last resort recovery and development environment restoration. There is a hole in this process that is recognized in "External Procedures, Triggers, and User-Defined Functions on IBM DB2 f...
about 5 years ago in IBM i / Db2 for i 7 Future consideration

Extend FINAL TABLE to UPDATE/DELETE statement

DB2 on other platforms offers the FINAL TABLE with UPDATE/DELETE statements, however on IBM i this is limited to INSERT only. Please change DB2 for i to also support FINALE TABLE on UPDATE/DELETE statements. Use Case: The statement below... Select...
almost 4 years ago in IBM i / Db2 for i 4 Future consideration