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 2894 of 4485

Add Update Version Check to ACS Emulator

Currently the version update check (when option is enabled) only works from the "main screen". Add an option to perform the test when the emulator is started. Outside of developers, most users have a limited number of IBM i servers to connect with...
about 1 month ago in IBM i / IBM i Access Family 1 Functionality already exists

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...
over 3 years ago in IBM i / Languages - RPG 12 Future consideration

Add Case Conversion to RPG Subprocedure Parameters

Add support to automatically convert Subprocedure Parameters to Upper or Lower case using OPTION(*UPPER) or OPTION(*LOWER) keywords on the parameter definition. Obviously, this would be for CHAR, VARCHAR parameters that are also CONST or VALUE. It...
almost 4 years ago in IBM i / Languages - RPG 10 Future consideration

Full support of Field Reference File (FRF) in SQL

When creating tables via SQL it is not possible to use the concept of a FRF to define fields in a consistent way and especially query the catalogs later on to find the origin of a field. A workaround is a CREATE TABLE AS however this doesn't suppo...
6 months ago in IBM i / Db2 for i 1 Not under consideration

SQL Scalar function to check access to an IFS file or folder

IFS_ACCESS - SQL Scalar function to check access to an IFS file or folder It returns: 0=If the file or folder Exists and you have access -1=No access or file does not exists use case: -- returns 0 for the home folder - it exists values IFS_ACCESS ...
7 months ago in IBM i / Db2 for i 2 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...
about 7 years ago in IBM i / Languages - RPG 17 Future consideration

Add an attribute to *SRVPGM object types for SQL Global Variables

Currently, there is no extended attribute associated with SQL Global Variables for *SRVPGM object types. This poses a major challenge for change management software that utilize security templates to apply permissions and authorization lists to ob...
4 months ago in IBM i / Core OS 2 Under review

Extending more IBM i Alerts for OS system limits

I am proposing an enhancement to our current IBM i alert system to improve our system monitoring capabilities and enable proactive management of potential issues. Current IBM i alerts are limited to monitoring only 8 predefined events. https://www...
7 months ago in IBM i / Db2 for i 2 Future consideration

ACS - Run SQL Scripts disable "insert from examples" for selected users

We have been using Access Client Solutions for several years. Mainly the 5250 sessions are used by our users, but there are also selected power users who are authorized to use the function "Run SQL Scripts".For this users it is also possible to us...
over 2 years ago in IBM i / IBM i Access Family 4 Not under consideration

improve MERGE by adding the option "WHEN NOT MATCHED BY SOURCE THEN DELETE"

Today, it is impossible to use the DELETE clause behind WHEN NOT MATCHED.Some DBMS other than DB2 allow this.Would it be possible to add this feature, like in this example ? MERGE target_table USING source_table ON merge_condition WHEN MATCHED THE...
over 1 year ago in IBM i / Db2 for i 3 Submitted