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

Showing 2313

Allow Dump operation code in ON-EXIT group

Allow the Dump operation code in the ON-EXIT group. If an error has happened a program dump can be generated.
12 months ago in IBM i / Languages - RPG 1 Not under consideration

SQL Inserts Using When FieldProcedure Attached

When using SQL on a table with 1 or more field procedure programs attached to 1 or more columns, a select to produce output will demonstrate DETERMINISTIC behavior in that output values will be cached and the field procedure program will only fire...
almost 4 years ago in IBM i / Db2 for i 3 Not under consideration

Provide a "not-in" operator

Now that we have a conditional “in” operator, please provide a “not-in” operator, that can be used wherever “in” can, eg, with %lists, %ranges, arrays, etc. Currently, we need to code the awkward if not (Value in %list(x:y:...)); with not-in, this...
almost 3 years ago in IBM i / Languages - RPG 6 Not under consideration

Need command to start a specific TCP/IP Server and all its Server Applications with AUTOSTART = YES

It seems there is no way to start only a single TCP/IP server while only starting its server applications which are set to AUTOSTART = YES. For example, To start HTTP we have:STRTCPSVR SERVER(*HTTP) But that will start up ALL HTTP instances regard...
over 3 years ago in IBM i / Networking 4 Not under consideration

Default certificates when installing IBM i and SSL/TLS turned on by default

If we are trying to push customers to use security it would be great to have a default certificate and SSL turned on by default on FTP(s) , TELNET and HTTP connections. Use Case: When we deploy an OS image in most cloud environments (IBM PowerVS a...
over 3 years ago in IBM i / Security 3 Not under consideration

Provide a Tile Session Window option in IBM ACS for IBM i

Provide a way to do a so called Tile arrangement of the 5250 session windows in ACS. Use Case: I support over a dozen remote Power systems with IBM i installed. Using ACS I open green-screens to those session and have an app open and running. I wa...
about 3 years ago in IBM i / IBM i Access Family 2 Not under consideration

Handle %split like an array

%split is a great new feature for us, but it can be a bit tricky to handle. In order to access the second element, we need to first put the element in an array. It would be interesting if we could access the element like an array, such as in the f...
over 1 year ago in IBM i / Languages - RPG 1 Not under consideration

Allow partitioning of DDS created tables

As of today, a DDS created table cannot be partitioned by ALTER TABLE ADD PARTITION. In many cases, a DDS table can be converted to an SQL table, however some keywords like DATFMT are not available in SQL. Which means that those tables cannot be c...
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

Support both spellings for OPTION and OPTIONS in RPG IV

The H spec or CTL-OPT keyword and RPG Subprocedure Parameter Definitions use different spellings for OPTION/OPTIONS. Please relax the spelling requirements for the OPTION keyword so that both OPTION and OPTIONS are supported in both contexts, and ...
about 4 years ago in IBM i / Languages - RPG 3 Not under consideration

Support JSONPARSE without "root" object

Allow the IBM supplied JSONPARSE parser to parse a JSON object without a name. Use Case: Example, JSONString containing; { "name": "this is my name", "age": "50"} … fails with RNX0356, reason code 1 when using the code; Dcl-DS myDS Qualified; name...
over 5 years ago in IBM i / Languages - RPG 3 Not under consideration