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

My ideas: Db2 for i

Showing 190

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...
4 months ago in IBM i / Db2 for i 1 Delivered

IFS_PATH sql scalar function

With all the nice IFS sql functions like IFS_READ and IFS_WRITE it becomes more importent to work with the "path" . I'll suggest a IFS_PATH scalar function to handle the segments of an path: It could be somthing like this: -- Returns the path, fil...
6 months ago in IBM i / Db2 for i 2 Delivered

enhance the qsys2.journal_info view to return info for all recievers attached to a journal

we have a need to be able to find all "orphaned" journal receivers.
7 months ago in IBM i / Db2 for i 3 Delivered

Don't fail if SYSTOOLS.GENERATE_SPREADSHEET is empty

When SYSTOOLS.GENERATE_SPREADSHEET returns an empty table it fails with an SQL State VSP05 and Vendor Code -438. Modify the function to don't fail when it happens. Example: VALUES SYSTOOLS.GENERATE_SPREADSHEET( PATH_NAME =>'/home/csvtest',...
7 months ago in IBM i / Db2 for i 1 Delivered

Implement JDBC 4 method Connection.isValid() on jt400, or jtOpen

We currently need to implement "dataSource.setConnectionTestQuery("values 1");" or something like this, to test whether the connection is valid in the connection pool, and in the JDBC 4.0 specification there is already a Connection.isValid() metho...
9 months ago in IBM i / Db2 for i 1 Delivered

Extension of the reference manual "DB2 for i SQL Reference"

We have noticed that specifying a record format name when creating an SQL index always creates a derived index. In our case, access paths were therefore created twice. We were able to solve this problem by not specifying the record format name in ...
10 months ago in IBM i / Db2 for i 2 Delivered

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...
10 months ago in IBM i / Db2 for i 3 Delivered

Bring JSON_SET function to i

I am writing to propose the development and implementation of a new function, JSON_SET(), on the IBM i system. As developers on the IBM i platform, we face limitations in manipulating JSON data, which has become increasingly prevalent in modern ap...
12 months ago in IBM i / Db2 for i 4 Delivered

enhance QSYS2.MANAGE_AUDIT_JOURNAL_DATA_MART

add filter to the QSYS2.MANAGE_AUDIT_JOURNAL_DATA_MART. would like to be able to filter what records are added to the data_mart for instance in AF entries, filter on object, library or usrprfsimilar for ZC/ZR entries
about 1 year ago in IBM i / Db2 for i 3 Delivered

SQL Scalar function to check access to an IFS file or folder

IFS_ACCESS - SQL Scalar function to check access to an IFS file or folder It returns: 0=If the file or folder Exists and you have access -1=No access or file does not exists use case: -- returns 0 for the home folder - it exists values IFS_ACCESS ...
about 1 year ago in IBM i / Db2 for i 3 Delivered