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 2803 of 4365

QGYOLOBJ does not return Information_Status = 'L' value and it should

The QGYOLOBJ has key 201 as well as a base header that includes the same information as key 201. However, that field, "Information_Status" or Key 201 never includes the 'L' flag (locked). Instead it returns blanks when an object is locked. So eith...
6 months ago in IBM i / Core OS 4 Not under consideration

Allow Axis to send multipart/form-data

This is in reference to ticket/ case number TS015278888. I would like to be able to send multipart/form-data in a http POST request. At the moment it appears that it isn't possible to send different encoded types in a single request. For example, ...
6 months ago in IBM i / Application Development 0 Submitted

Change QUSRUSAT to work with LOCKED User Space Objects

When using the QUSRUSAT (Retrieve user space attributes) API, the API hangs/waits when the *USRSPC is *EXCL or *EXCLRD locked by another process. However since this is a read-only API, it should NOT wait. Other APIs, like DSPOBJD, QUSROBJD, etc. d...
6 months ago in IBM i / Core OS 4 Not under consideration

Add exit point for job message queue full event

IBM has provided the very useful SQL table function QSYS2.JOBLOG_INFO to return the messages in a job log (we also have the messaging API's, but I will focus on JOBLOG_INFO here because of its ease of use). JOBLOG_INFO can be used to investigate w...
6 months ago in IBM i / Work Management and Messaging 2 Not under consideration

HTTP logging of HTTP_GET_VERBOSE and HTTP_POST_VERBOSE

When consuming a web service using the SQL based HTTP_GET_VERBOSE and HTTP_POST_VERBOSE, it would be extremely helpful to get a full log of the HTTP communication to the web service much like the LIBHTTP tools allowed for. Currently there is a way...
6 months ago in IBM i / Application Development 1 Submitted

When 'chlickey' is used to apply a new 5051 key, set the Threshold parameter to *USGLMT

We use the HMC command line command 'chlickey' to apply new IBM i License Keys. Darn handy that, because I can script that to happen for every partition on a server! More better still yet, I don't need to sign on to all those partitions! Sweet! Gi...
6 months ago in IBM i / Install and Upgrade and Licensing 0 Submitted

Possibility for %lookup to search more than one field of a structure.

In data structures, lookup using %lookup is fantastic. But it would be interesting to add the possibility of searching on two or more fields: structure(1).field1 = 'A'; structure(1).field2 = 123; structure(1).field..... structure(2).field1 = 'B'; ...
6 months ago in IBM i / Languages - RPG 2 Future consideration

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when 6 char dates are used in RPG programs that will not work after 2039

dsply %date('010140':*mdy0) ; it will show DSPLY 1940-01-01 which is wrong. At least issue a compiler warning.
6 months ago in IBM i / Languages - RPG 2 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...
6 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Implement JSON_LEN SQL scalar function (returns # of elements in JSON array)

Please implement a new SQL scalar function JSON_LEN, which returns the number of elements in a JSON array. if MyJSON contains "{"MyObj":{"MyArray":["One","Two","Three"]}}" exec sql set :NumElems = JSON_LEN(:MyJSON, '$.MyObj.MyArray'); sets NumElem...
6 months ago in IBM i / Db2 for i 4 Future consideration