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 1645

ACS - Run SQL Scripts disable "insert from examples" for selected users

We have been using Access Client Solutions for several years. Mainly the 5250 sessions are used by our users, but there are also selected power users who are authorized to use the function "Run SQL Scripts".For this users it is also possible to us...
about 2 years ago in IBM i / IBM i Access Family 4 Not under consideration

Add new function *BLANKS and *ZEROS on CLP

Implement a new function, on CLP language, to initialize a variable with Blanks or Zeros Use Case: DCL VAR(&CHAR) TYPE(*CHAR) LEN(1000) DCL VAR(&NUM) TYPE(*DEC) LEN(10 5) CHGVAR VAR(&CHAR) VALUE(*BLANKS) CHGVAR VAR(&NUM) VALUE(*ZEROS)
about 7 years ago in IBM i / Languages - CL (Control Language) 5 Not under consideration

Provide Split Screen Capability for all iSeries file types in RDi

We currently do a large amount of SQL development on the iSeries via RDi 9.0 and split screen capability is not available for SQL source members defined with a file type of SQL (non-standard). There is no good standard file type that is available ...
over 10 years ago in IBM i / RDi (Rational Developer for i) 7 Not under consideration

Implementation of restore function that does not change the state of the access path

We would like you to implement the restore function that does not change the state of the access path by implicitly shared access paths. Our customers are having trouble getting their program to do something unexpected by save and restore. We wou...
almost 2 years ago in IBM i / Db2 for i 6 Not under consideration

BRMS to ignore some non-critical errors when saving spools

BRMS does stop save procedure in some cases of non-cricital errors like saving QUSRSYS with some spool files damaged. It would be preferrable to have BRMS by default ignore the errors, post more detailed information into DSPLOGBRM and continue sav...
about 3 years ago in IBM i / BRMS 5 Not under consideration

Provide encapsulation in RPG

Provide encapsulation to RPG so we don't need to mimic it via pointers and get easier to read coding. Currently I'm writing; pObject = MyCreate();MysetValue(pObject: 'attr': 'value');MydoSomething(pObject);MyDestroy(pObject); ... which would be ea...
over 5 years ago in IBM i / Languages - RPG 6 Not under consideration

WRKACTJOB - add a filter by Status

On our system, we frequently have thousands of jobs running. While we can sort by status, it would be very nice to be able to filter by status so we do not have to scroll across dozens of pages to get to the status we want to isolate, and also wou...
about 7 years ago in IBM i / Core OS 4 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. Use Case: Currently, to check if the value of a field is not in a list (or range, etc), we...
over 2 years ago in IBM i / Languages - RPG 2 Not under consideration

Add ability to generate performance graph data from R720 Collection Services data in Navigator for i

Since PM for Power is being discontinued on September 30, 2020, clients need a way to view graphed performance data for all supported releases. Links to external letters for different geographies with the discontinuance statement:IBM Americas - Un...
almost 4 years ago in IBM i / Performance Tools 3 Not under consideration

Add support for data structures in CLP

Provide the ability to declare data structures in the CLP language. Ideally both internally defined and externally defined (based on a physical file, like RPG). Something like ... DCLDS NAME(&DSNAME) DCL VAR(&SUB1) TYPE(*char) DCL VAR(&...
almost 5 years ago in IBM i / Languages - CL (Control Language) 11 Not under consideration