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

All ideas

Showing 4501

IBM DB2 SQL Table: Database Manger Identity / Duplicate Key

Change SQL to support unique identity columns. Where unique identity columns are automatically unique (pk/uk constraint), automatically skip numbers that already exist, and only throw exception if file is out of available numbers. We use identity ...
6 months ago in IBM i / Db2 for i 1 Not under consideration

**free to be an optional default on compile commands

We have some applications that are fully free form. In these cases we don’t want to have to enter **free at the top of every piece of code as it seems unnecessary, but we have to do it anyway. If the compiler commands had an option something like ...
9 months ago in IBM i / Languages - RPG 1 Future consideration

Display fields and/or structures defined with TEMPLATE differently in the outline.

It's nice to know that a data element is a "data type" or "template" rather than usable storage. Also, if you have the knowledge available during editing, don't suggest TEMPLATE items in calculations. They're OK for like() and likeds(), %size(), t...
11 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Support for untagged vNICs in PowerVC

PowerVC only supports tagged VLANs when using vNICs. If a VM has Port VLAN ID 0, which means untagged, the VM can't be managed by PowerVC. PowerVC should also be able to manage and deploy VMs with untagged vNICs.
almost 4 years ago in PowerVC 0 Future consideration

HMC Callhome, event notifications and classifications

After setup of HMC event notifications, to see what's going on (heads up), I now get loads of mail (where many are more or less “info” / reboot HMC only solution). Example:Reporting system: itseelm-bb6095Machine type-model/serial: 7063-CR1/130NCPA...
about 3 years ago in Hardware Management Console 0 Future consideration

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...
7 months ago in IBM i / Application Development 4 Submitted

Native CLOB and BLOB in RPG

CLOB and BLOB fields as dynamic size dependent on actual datasize. It would be appreciated that RPG could support these datatypes native in RPG and used exactly like varchar with out any explicit size Use Case: CLOB and BLOB is implemented as a st...
almost 6 years ago in IBM i / Languages - RPG 3 Not under consideration

Enhance RPG IV RENAME F-spec keyword to support *EXTFMT or *RCDFMT

Please enhance the RPG IV File Spec RENAME (Rename Record Format) keyword so that a Developer can specify *ONLY or perhaps *RCDFMT or *EXTFMT (any are fine) so that the external format name need not be known at compile-time. Thus instead of RENAME...
4 months ago in IBM i / Languages - RPG 3 Future consideration

CLI command to list LPAR description and Group tags

HMC V10R1 GUI allows you to define LPAR/VM description and group tags. This is wonderful feature specially on a multi-tenancy system. However, there is no CLI command to list this information. We use the CLI command for ease of reporting.
over 2 years ago in Hardware Management Console 2 Planned for future release

Allow multiple definitions in a Dcl-s statement

A very usefull future I found in other languages is multiple variable definition in one line of code: Dcl-s a b c int(10); is clearly faster and shorter than: Dcl-s a int(10);Dcl-s b int(10);Dcl-s c int(10); Use Case: nd
almost 6 years ago in IBM i / Languages - RPG 6 Not under consideration