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 230

Include OBJATTRIBUTE in resultSet from OBJECT_STATISTICS when object name is *ALLSIMPLE

If possible and without impacting performance, please include the OBJATTRIBUTE column with the results when OBJECT_STATISTICS is generating the fast list of objects due to *ALLSIMPLE being specified on the 3rd (object name) parameter. Use Case: Ne...
about 5 years ago in IBM i / Db2 for i 2 Not under consideration

Command to print Query Definitions without using WRKQRY option 6.

Looking for a command line option to print a *QRYDFN instead of using option 6 from WRKQRY. I need to be able to get that output to provide to audit and I'm trying to automate it as much as possible. Need to be able to call it from CL program. Use...
over 7 years ago in IBM i / Db2 for i 4 Not under consideration

Add temporal information to commands and not just the system catalog

Add the ability to see temporal relations in the following:- DSPFD- DSPDBR It can be discovered with things likeRetrieve Database File Description (QDBRTVFD) APIhttps://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/apis/qdbrtvfd.htm#HDRTEMPOSys...
over 8 years ago in IBM i / Db2 for i 1 Not under consideration

Make PTF listing available in XML output

I was looking at all the great "IBM i Services" and I thought of a new one:List the PTF's available at IBM which are not on my system.However I thought of doing it on my own. First I looked athttp://www-912.ibm.com/a_dir/as4ptf.nsf/WWWPTFBYDATE?Re...
over 9 years ago in IBM i / Db2 for i 4 Not under consideration

Support subselect and subquery in the SQL join-condition

Please provide an extended JOIN syntax to support EXISTS (subquery) or IN (subquery) in the join condition. This will facilitate JOINS where NULL values are involved and should be kept. for example: with p(rel1id, a1, a2, a3, x) as ( values (1, 'y...
over 3 years ago in IBM i / Db2 for i 2 Not under consideration

Add column and filter for the job's current user to JOB_INFO

I need a way to get the job date from an SQL session so that I can test SQL statements as they might have run in the past using only SQL features. JOB_INFO UDTF only returns job information for the connection user not the current user as is needed...
almost 8 years ago in IBM i / Db2 for i 1 Not under consideration

System i native support for MS-SQL Server Connection

Native Support for System i to connect to MS-SQL Server using the remote Database entry (ADDRDBDIRE).Connection should support SELECT, UPDATE, INSERT to provide a possibility for data exchange.There are exists a lot of open souce tools which works...
over 9 years ago in IBM i / Db2 for i 6 Not under consideration

improve SYSTOOLS.GENERATE_SPREADSHEET to be able to get back the generated as blob

As an alternative to save file to ifs, be able to get the resulting file as a blob. Would make serving the result on the web easier.
almost 2 years ago in IBM i / Db2 for i 1 Not under consideration

Add variable support on CONNECT statement within SPL

Add variable support for CONNECT statement in SPL. Use Case: CREATE or replace PROCEDURE BACKUP_STATUS LANGUAGE SQL MODIFIES SQL DATA P1: BEGIN DECLARE COMMAND CHAR(200); -- Ensure this is large enough. DECLARE V_SYSTEM_NAME CHAR(25); FOR V1 AS C1...
almost 7 years ago in IBM i / Db2 for i 1 Not under consideration

Allow variable name as part of three part naming

Allow variable name as part of three part naming. Use Case: FOR V1 AS C1 CURSOR FOR select x.* from table( values('RACK1HST'), ('GDWEB'), ('GDIHQ1'), ('GDISYS1'), ('MAIL1'), ('RACK2HST'), ('GDWEB2'), ('GDIHQ2'), ('GDISYS2'), ('MAILTWO'), ('RACK3HS...
almost 7 years ago in IBM i / Db2 for i 1 Not under consideration