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 1188

Make %subst and %len operate on characters for UTF-8 and UTF-16

Since V7R2 RPG supports UTF-8 and UTF-16 data. That is very nice, however, its usefulness is limited by the fact that %len and %subst operate on bytes instead of characters. That makes it practically impossible to process a UTF-8 of UTF-16 string ...
over 4 years ago in IBM i / Languages - RPG 4 Delivered

Allow SND-MSG to use %target( *PGMBDY: 0 )

It just makes things so much easier. Supporting *PGMBDY allows *ESCAPE messages to be sent directly to the calling executable (terminating the sending program) from any procedure in a program. Only offering *CALLER forces one to attempt to count t...
over 1 year ago in IBM i / Languages - RPG 3 Delivered

Change SQL function TIMESTAMPDIFF result from INTEGER to BIGINT

The SQL scalar function TIMESTAMPDIFF currently returns an INTEGER result. When requesting a result in microseconds, INTEGER only works for a difference of about 35 minutes before getting an SQLSTATE 22001 error. A BIGINT result would allow a much...
almost 4 years ago in IBM i / Db2 for i 5 Delivered

Improve the formatting of free form SQL

It would be a good idea to improve the formatting of the free form SQL.This is the result of the formatting performed by RDi: exec sql select * into :dsreginv :nullinds from json_table (:jsonresponse, '$' columns (internalid char(100) path '$.Inte...
over 1 year ago in IBM i / RDi (Rational Developer for i) 2 Delivered

Modern ILE C++ Compiler (at least C++11) and future support

We need a modern ILE C++ compiler (at least C++11). Furthermore this compiler should be frequently updated within a IBM i release. In order to be able to provide our software long term for the IBM i platform, we would also need support for newer v...
almost 7 years ago in IBM i / Languages - Other 13 Delivered

Add System TLS (GSKit) support for SERVER_SBS_ROUTING

The option to route user task to a specific system is of great value.As we see more and more customers moving to using SSL to secure their network traffic, having the ability to route these task also to a specific subsystem is of great value. Use ...
almost 5 years ago in IBM i / Networking 9 Delivered

ACS Integrated File System-Double click on file

ACS Integrated File System does not allow you to double-click on a file and open it. RDi supports this, and so do the file manage apps included in PC operating systems. When you double-click on a file, it show perform the same functionality as cho...
10 months ago in IBM i / IBM i Access Family 2 Delivered

SQL drop if exists

Please provide an IF EXISTS option on the DROP statement. For tables we have a CREATE OR REPLACE CONSTRUCT, however this isn't available for indexes/views/procedures... While a compound statement works, it requires multiple lines of code which is ...
about 5 years ago in IBM i / Db2 for i 3 Delivered

%int() and %dec()does not allow blank character string

If I use a character string that only contain spaces or a variable character string with length=0 then %int() and %dec() returns with an escape message RNX0105 - "A character representation of a numeric value is in error.". I have studied the manu...
over 7 years ago in IBM i / Languages - RPG 7 Delivered

Implement new %POS BIF to facilitate soft coding of DS overlays

Currently if you want to redefine a portion of a Data Structure (usually as an array) you have limited choices. One approach is to manually key the names of all required fields into a DS and then overlay those fields with an array. This is tedious...
almost 7 years ago in IBM i / Languages - RPG 5 Delivered