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 votes: IBM i

Showing 2989 of 4650

Add *NULL as an option for parameter values.

Today we code OPTIONS(*OMIT) on parameters for subprocedures. Today we have to test a parameter to see if it was omitted by: Specifying foo('A' : *OMIT : 10); *OMIT on calls to subprocs. Testing if that parameter is "omitted" by comparing its addr...
about 2 months ago in IBM i / Languages - RPG 1 Submitted

SQL Update using Common Table Expresions

Currently an UPDATE statement that attempts to update a field with the selected value from a Common table expression causes an SQLCODE -199 with SQLSTATE 42601: "Illegal use of KeyWord UPDATE. Token ( SELECT VALUES was expected" --or something sim...
about 2 months ago in IBM i / Db2 for i 1 Not under consideration

Better documentation of Sqlstate behavior in IF statement

I ran into some peculiar piece of code that didn't do what I expected and decided to run a small test.The goal is to see if SqlState is being reset in an if-statement. My human brain says it shouldn't be reset in the example code below begin decl...
about 2 months ago in IBM i / Db2 for i 1 Functionality already exists

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...
about 2 months ago in IBM i / Application Development 0 Submitted

Add IFS source information to OBJECT_STATISTICS

Storing source information in the object is a very valuable audit tool. In this way auditors and DevOps providers can match source change dates and locations with the information stored in the object. Since more an more objects can be created from...
about 2 months ago in IBM i / Application Development 0 Submitted

Store IFS information in SAVE_FILE_OBJECTS view

To list the contents of a savefile, we now have the SAVE_FILE_OBJECTS view. Although the documentation explicitly mentions that no IFS information is returned, it would be great to find this information in the view in a future update. https://www....
about 2 months ago in IBM i / System Management 0 Submitted

Enhance the Query Supervisor for temporary storage thresholds to also apply to the *DATABASE temporary storage buckets

We have had several rogue queries that used very large amounts of temporary storage. We have query supervisor thresholds in place, but it did not alert us because the temporary storage was not part of the job itself, but rather the database tempor...
2 months ago in IBM i / Db2 for i 1 Functionality already exists

Improve implementation of Geospatial Data Types

Two parts to this based on observations to date. 1) Currently the supported Geospatial data types, as referenced in QSYS2.SYSTYPES, are based upon BLOB column types. However, you cannot specify the size of the column like you can with BLOB columns...
2 months ago in IBM i / Db2 for i 1 Not under consideration

SRVAUTE replication administrative domain

When you replicate a user profile in an administrative domain at the moment SRVAUTE are not under replication. This could be a big problem for all applications that are using this os feature. So, at the moment the only way possible to replicate th...
2 months ago in IBM i / PowerHA 1 Future consideration

Add 'compare' function when working with IFS source.

When editing a source member that contains unsaved changes, you can press ESC and type 'compare' to highlight those changes. With IFS source, it doesn't do anything. I'd like the 'compare' function to work with IFS source just like it does with so...
2 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration