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 24

Command Prompting Control not Executing

Command prompting control is not executing when no value is entered for a required parameter. Meaning, if a user prompts a command that has a required parameter but then simply presses ENTER instead of filling in the required parameter value, no e...
almost 6 years ago in IBM i / Languages - Other 2 Future consideration

ADD ACTGRP Parameter to CRTBNDC CL Command

When compiling a C source file member using CRTBNDC command, the generated *PGM object is assigned an Activation Group of *NEW.Please add the ACTGRP (Activation Group) Parameter to the CRTBNDC command so we can assign the activation group and comp...
over 2 years ago in IBM i / Languages - Other 2 Future 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

Native javadoc functionality for all ILE development languages

Within the java language, javadoc provides a consistent documentation facility that encourages modular design and code reuse. While there have been third-party functions provided for some IBM i development languages, it hasn't covered all of the a...
over 7 years ago in IBM i / Languages - Other 2 Future consideration

QUHDSPH API Window border type

The 'QUHDSPH' API display a panelgroup help text in a window, however the window border is hardcoded to the 'dotted line' characters. When not hardcoding window border characters, IBM i ACS displays the window border in a nice 3D-effect which is n...
over 2 years ago in IBM i / Languages - Other 2 Future consideration

STRDBG should support showing variables for a selected recursive level

In ILE Cobol you can use the keyword "IS RECURSIVE" so that this program can be called recursively. To have own storage for each recursive call you can define these variables under "LOCAL-STORAGE SECTION". Currently the debugger (STRDBG) can only ...
about 2 years ago in IBM i / Languages - Other 1 Future 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

Add round() function to ILE C/C++ (math.h)

We need to use the round() function in ILE C/C++. Currently it is not included in the header math.h. The function is from the C99 standard. z/OS has also support for it: https://www.ibm.com/docs/pl/zos/2.4.0?topic=functions-round-roundf-roundl-rou...
4 months ago in IBM i / Languages - Other 2 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...
12 months ago in IBM i / Languages - Other 2 Under review

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