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 189

List Exit Programs via an SQL statement by Categories

Allow SQL statement to query all Exit Programs by TCPiP Categories and Ports: - FTP (tcp 21)- TELNET (tcp 23 & 992)- CIFS (tcp 445)- etc Use Case: We run VMWare NSX in our environment only allowing necessary ports opened for connections to our...
almost 5 years ago in IBM i / Db2 for i 2 Delivered

User profile maintenance function

Can we have a function that we can maintain user profiles using SQL. For example: call systools.update_user_profiles(profile = > 'MARINATEST', enabled = > '*YES', password => 'Testing@@123' ) Or I can just disable the profile. call systoo...
almost 5 years ago in IBM i / Db2 for i 3 Delivered

Escape the delimiter when using systools.split

Enhance the systools.split function to escape the delimiter. Use Case: systools.split is an awesome function. The only limitation is that we are not able to escape any possible delimiters in the data we are splitting. For Example, if I run SELECT ...
almost 5 years ago in IBM i / Db2 for i 4 Delivered

Provide API to retrieve journal cache wait interval

For IBM i servers with journal caching available there is no method / API available that allows the current cachewait value to be retrieved / reported. It would be useful, see Use Case below, to have this functionality via an API; even if the valu...
about 5 years ago in IBM i / Db2 for i 4 Delivered

Better error handling in embedded SQL

Currently, after every execution of an SQL statement, we must manually check the SQLSTATE to see if an error occurred. This adds bloat to our code. I would like to see the SQL engine send actual escape messages, so that we can catch these with RPG...
about 5 years ago in IBM i / Db2 for i 8 Delivered

Migrating triggers when TGTRLS < N-2

Currently we can create triggers only with TGTRLS on N-2. For exemple if OS version is V7R1 we can use TGTRLS with V5R4, and when OS version is V7R3 we can use TGTRLS with V7R1.But when the table with trigger from a server V7R1 (with TGTRLS V5R4) ...
about 5 years ago in IBM i / Db2 for i 1 Delivered

Object Statistics option to show data from ALl libraries including iASP

Currenly there is no option search all libraries including iASP Request is to add *ALLAVL All libraries in all available ASPs are searched. Adding above value will make it consistent with CHGOBJAUT and similar APIS Object Statistics currently has ...
about 5 years ago in IBM i / Db2 for i 1 Delivered

SQL Char function codepage conversion

The SQL Char function allows character to character codepage conversions, however this seems to be very limited as I always get an SQL0332, even for basic conversions as 500 to 819. Use Case: The SQL Char function can be used as a replacement for ...
about 5 years ago in IBM i / Db2 for i 4 Delivered

Automated Plan Cache Management

Currently the option is available to delete a plan from the Plan Cache. IBM i ACS SQL Performance Center allows you to look at the SQL statement currently in the Plan Cache and allows you to delete a Plan. We would like to have the option to do th...
about 5 years ago in IBM i / Db2 for i 3 Delivered

SQL Write to IFS

Please make writing to the IFS from SQL part of DB2 for i. Use Case: There is no general purpose way to write to the IFS using SQL. I have character data in an IBM i database tables and want to use SQL manipulate, sort, edit and create a text file...
about 5 years ago in IBM i / Db2 for i 10 Delivered