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 389

Change SPOOLED_FILE_DATA so *SCS spooled files with ICGDTA(*YES) can be search

I wrote a routine to allow me to present spooled files in VS Code and open them into an edit tab, I can also download the spooled file. These actions use CPYTOSPLF. I also wrote a routine that uses SPOOLED_FILE_DATA but some *SCS reports are not a...
6 months ago in IBM i / Db2 for i 4 Under review

SQLRPGLE precompiler - allow usage of large VARCHARS by interpreting the same as SQLTYPE(CLOB)

Currently you cannot use large RPGLE VARCHARs (length >= 32705) in EXEC SQL statements. I suggest updating the SQL precompiler and SQL processing so that they can be. This would remove the need for defining SQLTYPE(CLOB) in new programs, VARCHA...
over 1 year ago in IBM i / Db2 for i 2 Future consideration

improve MERGE by adding the option "WHEN NOT MATCHED BY SOURCE THEN DELETE"

Today, it is impossible to use the DELETE clause behind WHEN NOT MATCHED.Some DBMS other than DB2 allow this.Would it be possible to add this feature, like in this example ? MERGE target_table USING source_table ON merge_condition WHEN MATCHED THE...
over 1 year ago in IBM i / Db2 for i 3 Submitted

Provide SQL service that validates a character variable etc. as a valid OS name

Why is it useful? Currently there is functionality within the OS to validate a character string as a name. Command definitions provide this and CHECK keyword in display files too. There is no equivalent in SQL. We have several stored procedures th...
5 months ago in IBM i / Db2 for i 2 Future consideration

SQL Function to Create Spool File

Add SQL function to output query results directly to a spool file. This would be really helpful for simple ad hoc queries and eliminate the need to create an RPG program or dumping query results to an outfile and then using RUNQRY over the outfile...
6 months ago in IBM i / Db2 for i 4 Future consideration

add extra detail to the view qsys2.AUDIT_JOURNAL_DATA_MART_INFO

for the AUDIT_JOURNAL_DATA_MART_INFO view please add a column for the number of records in the data mart file.
3 months ago in IBM i / Db2 for i 1 Not under consideration

Select into :dsArray

It would be great to be able to select columns from a table directly into a data structure array instead of going through the process of creating a cursor. Because a lot of times you just want the list of matches and then your done. It makes even ...
almost 5 years ago in IBM i / Db2 for i 6 Not under consideration

New IBM i SQL Service to Retrieve Certificate Usage Information

Need a DB2 SQL Service equivalent to API : Retrieve Certificate Usage Information (QYCDRCUI, QycdRetrieveCertUsageInfo) Use Case: We already have the CERTIFICATE_INFO table function, this would allow to know the certificates used (by DCM applicati...
almost 3 years ago in IBM i / Db2 for i 4 Future consideration

Provide a C/C++ "API" or function to enable reading Deleted records from a database file.

Now that the system is "closed" we can't use our old ways to do certain things. There needs to be a way to go out to a database file record and programmatically "undelete" that record. That is, say I'm going to open file ABC using the open or fope...
3 months ago in IBM i / Db2 for i 1 Not under consideration

Full support of Field Reference File (FRF) in SQL

When creating tables via SQL it is not possible to use the concept of a FRF to define fields in a consistent way and especially query the catalogs later on to find the origin of a field. A workaround is a CREATE TABLE AS however this doesn't suppo...
8 months ago in IBM i / Db2 for i 1 Not under consideration