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

Boolean data type in Db2

The boolean datatype seam to be standard in other major database, so it will be a good opportunity to also have bool as a native type in DB2. I know you can use CREATE TYPE BOOL to make you own implementation, however it will not allow direct logi...
over 7 years ago in IBM i / Db2 for i Delivered

API or DB2 SQL Service to return the OVRDBF information for a JOB

It would be nice to have either a DB2 SQL Service or API that would return the information from DSPOVR. Currently the only way I know to do this at least for the current job is to do a DSPOVR *PRINT or DSPJOB *PRINT and read through the spool file...
over 2 years ago in IBM i / Db2 for i Delivered

Add a new service that will convert *DTS columns to character date format.

When selecting and displaying data from a file with columns of type *DTS char( 8) the column cannot be viewed correctly via SQL 'SELECT' or handled directly for file search and review. Using the TIMESTAMP_FORMAT or the VARCHAR_FORMAT functions wil...
8 months ago in IBM i / Db2 for i Delivered

List procedures that a program uses in PROGRAM_EXPORT_IMPORT_INFO

Despite the name, the PROGRAM_EXPORT_IMPORT_INFO does not actually list the procedures imported by a program. This is important because, when the signature of a procedure changes, all programs that import (use) the procedure must be changed. Impor...
over 1 year ago in IBM i / Db2 for i Delivered

Add parameter for SEND_MESSAGE service that specifies Message Queue

THE SEND_MESSAGE and LPRINT functions are nice, but many of us have message queue monitoring utilities and would prefer to pick where to send the messages to other than QSYSOPR. Notably, MS Copilot already claims the parm is there!
about 1 year ago in IBM i / Db2 for i Delivered

please add function "odd" and "even"

would be nice to have a function returning whether a number is odd (function odd) and whether a number is even (function even). I know it can be done with mod(field, 2) but for documentation purpose it is better to read odd(field) or even(field) i...
over 1 year ago in IBM i / Db2 for i Delivered

Port FIRST_DAY function to Db2 for i

IBM Db2 11.1 introduced a new scalar function FIRST_DAY to return the first day of the month. https://www.ibm.com/docs/en/db2/11.5?topic=functions-first-day Please port this function to IBM Db2 for i. Use Case: Make SQL more readable. Make SQL mor...
over 4 years ago in IBM i / Db2 for i Delivered

Add APAR id to Object_Statistics

When performing an upgrade one may want to find all commands which have had their defaults changed via CHGCMDDFT.If you do the DSPOBJD with *SERVICE details you can look at the APAR ID (ODAPAR). It get CHGDFT for any commands that have had CHGCMDD...
about 7 years ago in IBM i / Db2 for i Delivered

IBM i Services for defective PTFs installed

Currently the Must Gather Tool has an option for checking for any installed defective PTF's on an LPAR. The output of this is a spoolfile, which does more belong to the time when we still used the term AS/400 Use Case: An IBM i DB2 for i Services ...
over 5 years ago in IBM i / Db2 for i Delivered

Include fully qualified Job (name) in JOBLOG_INFO Table function resultSet

The IBM Service named JOBLOG_INFO does not currently include the full-qualified job identity in the list of resultSet columns. Please add it and name that new column JOB. Use Case: When using JOBLOG_INFO in combination with other IBM Services, som...
over 4 years ago in IBM i / Db2 for i Delivered