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

Languages - Other

Showing 9

Enhance C++ for i so that exporting Class definitions from a *SRVPGM doesn't require EXPORT(*ALL)

When attempting to use a user-written C++ Class that was previously defined in a *SRVPGM, the entire class object (mangled names an all) must be exported from the module that contains it using EXPORT(*ALL) due to the nature of the generated C++ na...
about 1 year ago in IBM i / Languages - Other 1 Not under consideration

Chinese Character ? not being supported with CCSID 937

Hello Team, We have received an update from customer that the Chinese character 菓 is not being supported in one of the web based applications. We are using Traditional Chinese and CCSID on the AS400 side is 937 which is supported for Chinese chara...
over 2 years ago in IBM i / Languages - Other 2 Not under consideration

ILE "C" insecure String functions

We have already created a support ticket with case number TS011234820 on the same. As per the latest Insecure C functions that are documented everywhere, C program String functions like strcpy, strcat, strtok, and sprintf are considered unsafe and...
over 1 year ago in IBM i / Languages - Other 1 Not under consideration

Provide detection of program termination for RPG and Other ILE Languages

Provide a register call stack entry termination user exit procedure API that runs automatically when the call stack entry for which it is registered is ended also by a normal return to the caller. API CEERTX does this only on an abnormal program t...
over 7 years ago in IBM i / Languages - Other 5 Not under consideration

Compiler: Replace object without moving existing object to QRPLOBJ

We have a LPAR which is used as a build server for ILE objects. Therefore the LPAR will only execute compiler commands, save the created objects and send them to another server. The compiled objects will never be used (called) on this LPAR. When w...
about 2 years ago in IBM i / Languages - Other 2 Not under consideration

Add binder source prompt to CRTSQLRPGI for lib/file(member)

Allow binder source file other than QSRVSRC for CRTSQLRPGI command when creating a service program object. All other methods for creating service program objects allow the binder source library/file/member to be specified. This allows binder sourc...
over 7 years ago in IBM i / Languages - Other 2 Not under consideration

Change sizeof(long) in C++ for DTAMDL(*LLP64) STGMDL(*TERASPACE)

Our company is a software vendor, and we have a product that runs on most platforms available today. Almost all of our builds are 64-bit. On IBM i V7.3, we are compiling our product with DTAMDL(*LLP64) STGMDL(*TERASPACE), so the compilation enviro...
about 5 years ago in IBM i / Languages - Other 7 Not under consideration

C API _Rlocate add ability to use key other than string

_Rlocate only accepts a string as the key to use for search. For files which are keyed by other variables (INT etc) the locate does not find the required record. Use Case: _Rlocate on a file with a keyed access path which is an integer does not re...
about 7 years ago in IBM i / Languages - Other 7 Not under consideration

C++ fstream should return relative record for DB2 PF-SRC when using tellg() method.

The C++ class ifstream supports both IFS files as well as IBM i Db2 database files, and specifically Db2 Source Physical File Members as "text files". ifstream f("/home/cozzi/file.txt");is treated via the interface the same as:ifstream f("/qsys.li...
over 7 years ago in IBM i / Languages - Other 10 Not under consideration