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 202

SYSTOOLS.GROUP_PTF_DETAILS - add DATE type column for PTF_INCLUDED_IN_GROUP_DATE

SYSTOOLS.GROUP_PTF_DETAILS has a column PTF_INCLUDED_IN_GROUP_DATE, but the data is in a VARCHAR(10) type field, and formatted MM/DD/YY. This makes sorting and filtering a lot more complicated than it needs to be. Use Case: Ability to sort and fil...
almost 7 years ago in IBM i / Db2 for i 2 Delivered

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...
over 5 years ago in IBM i / Db2 for i 2 Delivered

Additional Information From SYSCOLUMNS

The output provided by querying SYSCOLUMNS is missing key information that can only be retrieved via API calls run directly on the IBM i. For example, the format of date / time columns is not present, and there may be others. The information retur...
about 5 years ago in IBM i / Db2 for i 6 Delivered

Additional Information from QSYS2.PTF_INFO

For those PTFs that have special instructions it would be useful to include this information via a NULL capable column of type CLOB, for example call PTF_SPECIAL_INSTRUCTIONS, so that it can be queried via the QSYS2.PTF_INFO view. Currently there ...
over 2 years ago in IBM i / Db2 for i 3 Delivered

DISPLAY_JOURNAL UDTF enhancement request

DISPLAY_JOURNAL UDTF currently accepts library and object as parameters and also if object name is not specified, it defaults to "ALL" for the library. We would like to request for an enhancement where this UDTF can accept a list of objects as par...
almost 6 years ago in IBM i / Db2 for i 1 Delivered

get n'th element in delimited string

in sql be able to extract the n'th element in a delimited string. would remove the need to use mutiple substring and posstr/locate. Use Case: select get_element('abc;def;100;;;qwert' , 3, ';') .... string, n'th element, delimiter would then return...
almost 4 years ago in IBM i / Db2 for i 1 Delivered

Add "For System Name" clause to "Create Sequence"

We commonly use database sequences in DB2 for i for unique counters in our applications which are created with a "create sequence" statement. DB2 also allows for the use of long names with sequences similar to other database objects. However, the ...
about 8 years ago in IBM i / Db2 for i 3 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...
over 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 ...
over 5 years ago in IBM i / Db2 for i 4 Delivered

Add view or udtf JOB_QUEUE_ENTRIES

Because the view JOB_QUEUE_INFO already exist, so similar to the output_queue_xxx views the job_queue_entries view is missing select * from qsys2.job_queue_entrieswhere job_queue_name = 'QBATCH'
over 2 years ago in IBM i / Db2 for i 3 Delivered