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

IBM i

Showing 2977
246 VOTE

Machine pool minimum size setting for path switch.

Please refer to TS005543906(CritSit(MEC)) . The system is configured with multi-path storage via SAN switch. The serious problem (5250 telnet terminals dropped) happened when the system did path switch. It was because the lack of machine pool and ...
5 months ago in IBM i / Storage 2 Submitted

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...
3 days 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...
3 days ago in IBM i / Application Development 0 Submitted

Correct the Documentation and Termnology for Character vs Byte Count on things like %LEFT

I would like to propose a refinement to the terminology used in the documentation for the third parameter of %LEFT, %RIGHT, and other RPG IV built-in functions that handle multi-byte characters. Currently, the terms NATURAL and STDCHARSIZE are use...
1 minute ago in IBM i / Languages - RPG 0 Submitted

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...
29 minutes ago in IBM i / Languages - RPG 0 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...
2 days ago in IBM i / Db2 for i 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....
3 days ago in IBM i / System Management 0 Submitted

Give the possibility to use CREATE TYPE statement

Add unique constraint on a field. For example : Create a weakly typed distinct type named BONUS that is based on an INTEGER data type and represents a percentage which cannot exceed 100. CREATE TYPE BONUS AS INTEGER WITH WEAK TYPE RULES CHECK(VAL...
13 days ago in IBM i / Db2 for i 0 Submitted

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...
10 days ago in IBM i / RDi (Rational Developer for i) 1 Future 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...
3 days ago in IBM i / Db2 for i 0 Submitted