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 2903

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. Use Case: Currently, to check if the value of a field is not in a list (or range, etc), we...
over 3 years ago in IBM i / Languages - RPG 2 Not under consideration

Make ACS RUNSQL SCRIPTS Open Source/Mbr Respect SRCFILE RCDLEN

In IBM ACS RUNSQL Scripts, if you open a host Source File member, if that source member exceeds 80 bytes, then ACS "wrecks" the source code--potentially making it usable. This request is to have ACS retrieve the source file's record length, and be...
almost 3 years ago in IBM i / IBM i Access Family 3 Future consideration

New BIF to test Parameter Length

Please introduce a new BIF (%parmlen) to get the length of a parmeter defined using OPTIONS(*VARSIZE) Use Case: To get the length of a parameter passed by reference *VARSIZE i have to code to use CEEDOD (prototype, parameters and the call itself)....
almost 4 years ago in IBM i / Languages - RPG 3 Future consideration

Save Results Sets to the IFS

Enable the 'Save Results' feature of Run SQL Scripts to save the output to the IFS of the connected server. This enables data extracted to be kept on the originating server e.g. for data security purposes and for environments where users are not a...
about 1 year ago in IBM i / IBM i Access Family 4 Future consideration

Be able to use CTL-OPT BNDDIR anywhere in a program

For each service program, we put our exported prototypes into a "reference source" in a file named "QRPGLEREF". Hence, our programs can use these prototypes by including those reference sources, e.g. program ORD001 might begin: ctl-opt; /include q...
6 months ago in IBM i / Languages - RPG 2 Future consideration

Monitor System Temperature and Fan Speed

I would like IBM to add the ability to check the current temperature inside the server (CEC) as well as reporting the current fan speeds. This could be an IBM i command and or IBM i Service, in either case it would like it to address the following...
almost 3 years ago in IBM i / System Management 5 Not under consideration

Support 132 Columns on most WRKxxx Screens

Using WRKSPLF, WRKOUTQ, WRKJOB WRKACTJOB, DSPJOBLOG and others is frustrating due to 80-column screen output used in those interfaces. Only DSPSPLF had the foresight to incorporate so called wide screen mode. We need 132 column support in Work Man...
about 3 years ago in IBM i / System Management 1 Not under consideration

Show SQL referenced items in Outline View

Tables, views, and columns referenced in embedded SQL do not appear in the Outline View. Use Case: **free ctl-opt dftactgrp(*no); dcl-s table char(10);dcl-s lib char(10);dcl-s text char(50); // table exists on every systemexec sql declare pgmr_own...
over 7 years ago in IBM i / RDi (Rational Developer for i) 2 Not under consideration

Make Postgres 15.6 available in OpenSourceManagement

the latest supported version of Postgres on IBMi is 12.17-1 but Postgres 12 is getting EOL on Nov 2024 when will Postgres 15.6 become available in OpenSourceManagement
4 months ago in IBM i / Open Source and PASE 0 Submitted

SQLRPGLE precompiler - SQLTYPE(CLOB:x) to VARCHAR instead of to DS

Add a d-spec and/or ctl-opt keyword to instruct the SQL precompiler to convert SQLTYPE(CLOB:x) (and BLOB etc.) to VARCHAR(x:4) instead of the UNS(10)/CHAR(x) DS that it currently converts to. // Thisdcl-s myVar1 SQLTYPE(CLOB:X);// Pecompiles to th...
over 1 year ago in IBM i / Db2 for i 2 Future consideration