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 2966 of 4590

Add All DATE FORMATS to QSYSINC.MIH(MIDTTM)

The QSYSINC/MIH/MIDTTM include member does not include a supported "date" format codes for the _CVTD MI instructions. Many are missing entirely. Please add them to this C include member so that we don't have to code them ourselves. Use Case: Tying...
about 3 years ago in IBM i / Application Development 2 Future consideration

iACS Run SQL Scripts - Option to have a connection specific "default" SQL script

In iACS the Run SQL Scripts window always opens with a blank script area. We often need to setup Libvrary Lists and other connection specitific options, which we store in an "Example". But its tedious to always wait until the connection comes up, ...
over 1 year ago in IBM i / IBM i Access Family 1 Future 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

Train a ChatGPT style AI on IBM i documentation and other public sources

The training should include specific documented knowledge including such sites as MidrangeL, StackOverflow, and IBM Tech Support knowledge base. IBM i is a very large product with manuals numbering in the hundreds, and many manuals follow a specif...
over 1 year ago in IBM i / Documentation 2 Future 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

Customize encryption types for network authentication

When creating new keytab entries, the OS will automatically create entries for all known encryption types on the system: 56-bit DES 56-bit DES using key derivation 168-bit DES using key derivation 128-bit AES 256-bit AES ARCFOUR Since onl...
almost 2 years ago in IBM i / Security 2 Future consideration

Creation of a new function for certificate management in DCM

Currently, to manage certificates, the user needs *ALLOBJ and *SECADM permissions. I would like to have a function that allows users to manage certificates without needing these permissions.
9 months ago in IBM i / Security 1 Under review

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

DCL variable length variables or CALLPRC passing *BYVAL2 or *BYVAL4

I would like the ability to declare a varying length character variable in CL. Just like in RPG. For example:DCL VAR(&VAR) TYPE(*CHAR) LEN(100)DCL VAR(&VAR) TYPE(*VARCHAR) LEN(100) DCL VAR(&VAR) TYPE(*VARCHAR) LEN(100000) DCL VAR(&...
over 5 years ago in IBM i / Languages - CL (Control Language) 5 Future consideration