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 2906

RPGLE embedded SQL nested datastructure (array)

It would be useful to allow nested ds and nested ds arrays for hostvariables in embedded SQL (RPGLE). Because now i have to move the nested subfield into a secondary standalone field.This is a horrible workaround :-) . Use Case: CASE WHEN :Example...
over 5 years ago in IBM i / Db2 for i 6 Future consideration

add email importance to the SNDSMTPEMM command

There is currently no way to flag an email with high importance in the IBMi SNDSMTPEMM command. The old SNDDST command had 2 additional options that are not included in SNDSMTPEMM. Content importance . . . . . . . *NORMAL *NORMAL, *LOW, *HIGH Prio...
6 months ago in IBM i / Networking 3 Not under consideration

bring timestamp timezone awareness

Please add timezone awareness to TIMESTAMP primitive value. Additionally, add the possibility to return current UTC time to BIF %TIMESTAMP ts1 = %TIMESTAMP() // system current timestamp ts2 = %TIMESTAMP(*UTC) // current utc timestamp seconds = %DI...
over 1 year ago in IBM i / Languages - RPG 3 Future consideration

RUNRMTCMD equivalent command for IBM i Access Client Solutions.

RUNRMTCMD was available in IBM i Access for Windows (iAWin) but not in IBM i Access Client Solutions (i ACS). Up until Service Pack (SP) SI57907, when RUNRMTCMD is issued, the desktop application would launch and user is able to view the applicati...
about 8 years ago in IBM i / IBM i Access Family 2 Not under consideration

Allow SQL name when declaring a data structure

Allow a data structure declaration to use a SQL name Use Case: dcl-ds thirdPT extName('THIRDPARTYTABLESQLNAME') alias qualified;end-Ds;
over 5 years ago in IBM i / Languages - RPG 4 Future consideration

From a SQLxxxLE source, a "SQL prompter" on SQL lines

From a SQLxxxLE source, a "SQL prompter" on SQL lines as we can have in SEU with the F4 function key Use Case: Helpfull to code SQL statements
over 13 years ago in IBM i / RDi (Rational Developer for i) 9 Future consideration

Add API for Debug (Set Service Entry Point) actions in RDi

One of the most common requests we have for customers is the ability to do the Set Service Entry Point action from within our plugin - we cannot provide this ability without help from IBM, to either document an existing public interface or provide...
12 months ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

Display PTF information on the UI

For maintenance purposes our team highly rely on displaying current PTF levels installed on each LPAR. Can we have current PTF levels information displayed on the UI.
2 months ago in IBM i / PTF and Service 2 Submitted

create a BIF for transliteration/transform facility (ICU BASED)

String replacement and transliteration is an extremely common task in business applications and communication to external parties in international settings. This produce a lot of custom code (and a lot of substandard one) in IBM shops. To do it pr...
8 months ago in IBM i / Application Development 4 Submitted

Enhance %char %BIF to add %EDITC functionality %CHAR(mynumber:*NOZEROSUPPRES|*ZEROSUPPRESS)

If we have a numeric field and want to put it in a CHAR field it will show the leading zeros: Assuming myNumber is 7,0 numeric and myAlpha is 7 alpha >> myAlpha = %char(myNumber); myAlpha = '123____' to keep the leading zeros we have to use ...
almost 4 years ago in IBM i / Languages - RPG 3 Not under consideration