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 2886

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

Add CPF3C29 checking to the DTAARA keyword in RPG IV

The DTAARA keyword in RPG IV does not honor IBM i object names. It allows users to create data areas with upper/lower case characters in the object name. There is currently only one user-facing interface that allows deleting of mixed-case object n...
10 months ago in IBM i / Languages - RPG 2 Future 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

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

IFS Encryption

IFS Encryption required to resolve SFTP of PCI/PII data:• FTP, an insecure protocol needs to be eliminated• We are looking at converting the retrieval of the file from the Unix system from the insecure FTP protocol to the secured SFTP protocol• We...
about 7 years ago in IBM i / Security 2 Not under consideration

New Compiler Predefined Values for INCLUDE

It would be nice to have the library, file and member name of the source being compiled as predefined values for the INCLUDE or COPY compiler directives, like: *SRCLIB, *SRCFILE and *SRCMBR The format and rules for the directive would stay the sam...
over 8 years ago in IBM i / Languages - RPG 9 Not under consideration

ACS to show system description in System Select pulldown

Would like the System Selection pulldown in iAccess Client to show both the system name (which is usually the IP address) AND the description field. Use Case: Ease of administrating multiple systems.
about 7 years ago in IBM i / IBM i Access Family 2 Not under consideration

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

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