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 2774 of 4311

Add a BREAK on EXCEPTION to STRDBG environment

When debugging an exception error that can cause the debugged program to end is sometime encountered. However if no breakpoint is established at that stmt, the program just ends. This is most notable in RPG IV and compiled SQL/PL. Add a "Pause on ...
over 2 years ago in IBM i / Application Development 3 Future consideration

RPG - Conditional (Ternary) Operator (?:) in EVAL operation

I'd like to be able to use conditional assignment (?:) in EVAL and EVALR operation in RPG. C, C#, java and many other languages have a conditional (aka ternary) operator. This allows developers to make very terse choices between two values based o...
over 6 years ago in IBM i / Languages - RPG 17 Future 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...
4 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...
4 months ago in IBM i / Application Development 1 Submitted

Allow the same SMTP alias to be used for different domains when SMTP attribute are configured as DIRTYPE(*SMTP)

With SMTP attribute (CHGSMTPA) configured as DIRTYPE(*SDD) you could use the same SMTP alias for different domains, e.g noreply@mycompany.com noreply@mycompany.eu noreply@mycompanysubsidiary.com This could be accomplished by using the WRKNAMS...
7 months ago in IBM i / Networking 1 Under review

Require QIBM_DB_SECADM or similar to perform set session authorization

Today any user with *ALLOBJ is able to do the equivalent to sudo in Linux without the need of any password to become another user using set session authorization via SQL. Any user with *ALLOBJ can become Qsecofr by open strsql and run: “Set sessio...
over 1 year ago in IBM i / Db2 for i 5 Not under consideration

RDI: Content assist can not show fields in data structures with more than 2 levels

In RDI you can normally use content assistent ( ctrl+space) to select a field from a list of fields. This works ok for data structures with 2 levels but if you have 3 or more it doesn't work. Example:dcl-ds myDS1 qualified; field1 like(myField1); ...
over 2 years ago in IBM i / RDi (Rational Developer for i) 3 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...
4 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Integrate SQL Object Name into IBM i Object Description

More and more IBM i object types are being utilized by the SQL environment on IBM i. However, "the database" is supposed to be Integrated, not an add-on on this platform. Therefore when an IBM i object is repurposed as an SQL Object and a LONG nam...
over 2 years ago in IBM i / Core OS 6 Not under consideration

Add SQL Object Type to QDBRTVFD and QUSROBJD APIs

Today the SQL object type is available only via the QUSRMBRD (Retrieve Member Description) API. However when a file has NO MEMBERS, the QUSRMBRD API cannot be used to retrieve the needed SQL Object Type. Ironically, the QDBRTVFD (Retrieve File Des...
3 months ago in IBM i / Db2 for i 3 Functionality already exists