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 137

Provide an SQL service to retrieve same data as DSPFFD command to OUTFILE for non-db2 objects such as DSPF, DDM, etc

When writing applications that utilize DSPFFD information, today you must code the command. An SQL service could provide flexibility and granularity to access this data for specific objects, similar to SYSCOLUMNS or OBJECT_STATISTICS.
over 1 year ago in IBM i / Db2 for i 1 Future consideration

With CREATE TABLE ( LIKE SomeTable ), allow inheritance of nullability and labels

When doing CREATE OR REPLACE MYTABLE ( LIKE ANOTHERTABLE INCLUDING COLUMN DEFAULTS ) Please inherit nullability and labels from ANOTHERTABLE, or, give the option to, similar to INCLUDING COLUMN DEFAULTS. Use Case: I often need to create a table th...
almost 4 years ago in IBM i / Db2 for i 5 Future consideration

ifs_object_statistics with /QNTC

We would have liked ifs_objects_statistics to report entries in the /QNTC file system. Our fall back is some IFS API's that will handle this. Use Case: We have a requirement to read the contents on a Windows server and then to pull .xml files from...
over 4 years ago in IBM i / Db2 for i 1 Future consideration

Enhancements to RPGLE SQLTYPE

I would like to be able to define an SQLTYPE field as a TEMPLATE. I would also like to be able to use a named constant for the SQLTYPE size parameter. An example: dcl-c $len_rcCLOB 2000000; dcl-s t_rcCLOB sqltype(CLOB: $len_rcCLOB) template; dcl-s...
about 1 year ago in IBM i / Db2 for i 2 Future consideration

Suppress Handled SQL Messages from Joblog

SQL places a lot of messages in the joblog. When diagnosing a problem from a joblog it is often difficult to wade through which messages can be ignored and which messages represent a problem that needs further investigation. It is also often impos...
over 6 years ago in IBM i / Db2 for i 3 Future consideration

Provide an IBM i Service to return information from EIM Domain

The current EIM has no decent user interface. It is very cumbersome to inquire, add, change and delete via IBM Navigator for i. Use Case: Inquire and maintain EIM Domain using SQL select, insert, update and delete.
about 5 years ago in IBM i / Db2 for i 4 Future consideration

UDTF retuns ROW

scalar User-defined Table function can today return single data. However, on other implementation of Db2 it is also possible to return ROW Also the "ROW OF table-name" to follow the paradigm. https://www.ibm.com/support/producthub/db2/docs/content...
over 3 years ago in IBM i / Db2 for i 3 Future consideration

Please create SQL service to retrieve PCML from compiled modules

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please create a SQL service to retrieve PCM from compiled programs like the QBNRPII but easier to use. My personal use case for this is to automatically create P...
over 1 year ago in IBM i / Db2 for i 1 Future consideration

Improve tracking of what job is the client job for QSQSRVR jobs with ability to review over time

Today, a CPF9898 message is logged to the QSQSRVR job log with the server mode connecting job information. This is useful while the client is actively using the job, but it is insufficient to assess the overall workload on QSQSRVR jobs by the vari...
over 1 year ago in IBM i / Db2 for i 1 Future consideration

Allow *LIBL or omitted library on INCLUDE statement in SQL Stored procedures and Functions

The INCLUDE statement used to include C code in an SQL LANGUAGE Stored Procedure or User Defined (Table) Function requires an explicit library name. Common software development practices will have different versions or levels of code in different ...
almost 3 years ago in IBM i / Db2 for i 2 Future consideration