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

Showing 892

IFS_PATH sql scalar function

With all the nice IFS sql functions like IFS_READ and IFS_WRITE it becomes more importent to work with the "path" . I'll suggest a IFS_PATH scalar function to handle the segments of an path: It could be somthing like this: -- Returns the path, fil...
about 1 month ago in IBM i / Db2 for i 1 Future consideration

Compiler may notice a missing Ctl-Opt Main() keyword

When the main() keyword in RPG is missing the compiler assumes RPG cycle logic, even if there is not a single C-spec outside a procedure available and all F-specs are coded with UsrOpn. When you call the program it runs at _QRNP_PEP_... and does n...
3 months ago in IBM i / Languages - RPG 1 Future consideration

Allow to initialize arrays using %list

Allow for arrays to be initialized using %list command, for example: dcl-s allowedValues int(10) dim(4) inz(%list(1:2:3:4)); Plus error checking when initial value exceeds array size etc.
8 months ago in IBM i / Languages - RPG 1 Future consideration

Create Db2 service that returns same content as iNav's "TCP/IP Servers"

Most of iNav's functions provide the SQL statement used to return the results. This is not the case for TCP/IP Servers, found under Network / Servers. Please create a Db2 service that returns this information.
about 2 months ago in IBM i / Db2 for i 1 Future consideration

change *ALLOBJ authority needed to drop columns using the ACS schemas editing interface

When you change a table (drop a column) through the ACS grapical interface you need *ALLOBJ to do so.The reason is that ACS adds and removes an autoreply (needing *ALLOBJ) to handle the inquiry message to confirm the drop (data loss) CPA32B2.When ...
5 months ago in IBM i / IBM i Access Family 2 Future consideration

Use page 1, line 1 as the starting position when using a PRTF to create a spooled file

When following the documentation at the link below, the spooled file that gets created has a starting position of page 1, line 6. This causes issues when using different form types to print the documents with the new spooled file. https://www.ibm....
3 months ago in IBM i / Print 1 Future consideration

Possibility to create IFS objects filters

Because many sources for IBM objects e.g programs, commands can be stored in IFS directories, it would be good to have possibility to define IFS directories and files filters like ones available for objects.
6 months ago in IBM i / RDi (Rational Developer for i) 4 Future consideration

GENERATED_SPREADSHEET with kerberos and password *NONE

In an evironments with kerberos and users with password *NONE the scalar funcion doesn't work (MSGSY0271), it would be great if this limitation didn`t exist.
2 months ago in IBM i / Db2 for i 2 Future consideration
123 VOTE

Develop Visual Studio Code Extension for RPG

Visual studio code is one of the most code editor used all around the world. What I want is an extension for Visual Studio Code to use it as RPG Editor. You could implement one of this extension: https://marketplace.visualstudio.com/items?itemName...
almost 4 years ago in IBM i / Application Development 18 Future consideration

Named index of current iteration in for-each loop

I'm building some functionality that relies on several arrays that need to be filled, checked and modified on the fly. I like the for-each loop with dim(*auto: nn) for this. In the initial load proces I can use '*next' as an index, which is great....
6 months ago in IBM i / Languages - RPG 1 Future consideration