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 4269 of 4269

Add %FKEY Built-in Function to RPG IV

In RPG IV when working with Screens, we see programmers using *INKx response indicators, *INxx regular indicators, and the WSDS Pos(369) to determine which Fn key was pressed.RPG needs a built-in function, %FKEY() that allows users to test which k...
over 3 years ago in IBM i / Languages - RPG 14 Not under consideration

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...
about 5 years ago in IBM i / Languages - RPG 3 Not under consideration

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
about 5 years ago in IBM i / Languages - RPG 6 Not under consideration

PowerVC Support With NetApp Storage

Banking customer has deployed NetApp (FAS8080) storage with AFF & FAS controllers. Currently CBS is deployed on AFF. And they are evaluating IBM Power8 E880 Systems for Core banking Software (Finacle 10.x).
about 6 years ago in PowerVC 5 Future consideration

IFS: Add attribute that objects created in that directory use the authority of the parent.

In the QSYS.LIB file system I can runCHGLIB LIB(MYLIB) CRTAUT(MYAUTL)and now any new object created in that library will have the authority as per the authorization list MYAUTL.I am looking for something similar for the IFS.For example, if I creat...
over 6 years ago in IBM i / IFS (Integrated File System) and Servers 2 Not under consideration

nimadm with option to migrate multiple lpars at once

In our environment we have more than 400 active lpars to migrate to AIX 7.3 soon.For the migration we only have six month time and only one day a week. So we have to migrate multiple systems simultanious. Unfortunately, there is no build-in way to...
over 1 year ago in AIX 0 Planned for future release

Enable Shared Processor Pool within PEP 2.0

In the current implementation of PEP 2.0, the processor resources available in operation are composed of the respective Base Activations per machine and the additional credits. The limit of the usable resources corresponds to the total installed p...
over 1 year ago in PowerVM 1 Not under consideration

New IBM i Service for SMTP

I would like an IBM i Service to view and manage the Simple Mail Transfer Protocol (SMTP) on IBM i. Ideally this service would not only allow a user to view and or modify the configuration of SMTP but also to view the Email History stored within t...
about 2 years ago in IBM i / Networking 7 Future consideration

Full qualified job name in DSPJOB and WRKJOB

The fully qualified job identifier : 123456/USER/JOBNAME is used many several places for interaction with a job However this information is available in the form: Job: JOBNAME User: USER Number: 123456 in both DSPJOB and WRKJOB. It would appreciat...
over 2 years ago in IBM i / Core OS 5 Future consideration

Dynamic Strings in RPG

Have the ability to declare a character very similar to how we declare a string in Java without having to give it a length. Use Case: In Java to declare a string its just String mytext; In RPG I would like to declare a char as dcl-s myText char; M...
almost 3 years ago in IBM i / Languages - RPG 12 Future consideration