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 2893

New built-in function %RESET.

The %RESET built-in function can be used to query or set the reset value for a field. Use Case: IF %RESET(myField) <> myField;// myField has changedENDIF; // Assign new reset value at anytime.%RESET(myField1) = myField2;
over 8 years ago in IBM i / Languages - RPG 6 Not under consideration

Add the "Share Open Data Path" attribute to the QDBRTVFD API

The SHARE ODP attribute is missing from the QDBRTVFD API. While SHARE is technically a file's MEMBER attribute, it is an attribute that is pervasively associated with a file object. Currently there is no user-accessible way of retrieving that attr...
over 1 year ago in IBM i / Db2 for i 3 Functionality already exists

Automated Unit Test Framework for IBM i

An automated test framework for RPG and COBOL on IBM i is requested. This is similar to JUnit for Java or zUnit for Cobol/PLI on System z. This request is submitted on behalf of Oxford International. Use Case: Automated testing for RPG and COBOL o...
almost 12 years ago in IBM i / RDi (Rational Developer for i) 5 Not under consideration

Find String exclusion filter

It would be great to be able to optionally exclude comment lines from the "Find String" search in RDi. Use Case: Searching through only through only one (German) of our bespoke source libraries for "rechnung" (english = invoice) resulted in over 2...
about 7 years ago in IBM i / RDi (Rational Developer for i) 3 Not under consideration

Various "errors" in QUSRDIR joblog

Using the EIM API's to delete source and/or target mappings results in various errors (GLD0405, GLD021, GLD0407) in the QUSRDIR joblog. We request to do proper error handling so logging these "non-errors" is avoided as it is time consuming and con...
over 6 years ago in IBM i / Security 2 Not under consideration

STRDBG C/C++: ATTR should show type name of structs and classes instead of TYPE=RECORD

When debugging a C/C++ program and want to check the attributes of a struct or class using the debugger command ATTR it only shows "TYPE = RECORD, LENGTH = 574 BYTES". This information is not enough. Instead of "TYPE = RECORD" ATTR should show the...
over 1 year ago in IBM i / Application Development 1 Future consideration

Add compiler error or descriptive runtime error to ILE C/C++ compiler in case of invalid pointer casts

We have encountered a problem at runtime when using a third party library (rdkafka) compiled with ILE C compiler. The functions used to set a call back function in the configuration converted a function pointer to a char pointer. We could build th...
over 1 year ago in IBM i / Languages - Other 2 Under review

declare multiple variables on the same line in RPG free

Please add the possibility to declare multiple variable of the the same type on the same line, taking advantage of "free" RPG form possibilities, similar to C or other languages. i.e. DCL-S i1, i2, i3, i4 INT(10); DCL-DS struct1, struct2, struct3 ...
over 2 years ago in IBM i / Languages - RPG 1 Not under consideration

MOVMEDBRM function

would like to MOVMEDBRM stop to mark tapes moved to a different location if tape drive is not available. The command could in msgw state or failed with log. Use Case: We noticed issues when TAPMLB sometimes doesn't varied on after IPL.Wile MOVMEDB...
over 5 years ago in IBM i / BRMS 3 Not under consideration

Multiple Occurrence Data Structure can not be used as an operand with the IN operator

Using a Multiple Occurrence Data Structure (MOD) with IN and %list() results in a compiler error. *RNF0203 30 1 Refer to the compiler listing where this message was first *RNF0203 30 001100 OPERAND MOD OF 'IN' CANNOT BE A DATA STRUCTURE. But in th...
over 1 year ago in IBM i / Languages - RPG 1 Not under consideration