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 2933

Allow variables defined with like(<file-field>) to be used as embedded SQL host variables

If a variable in RPGLE is defined with like, and the source field comes from an external file (PF, DSPF, etc), the SQL preprocessor does not like it. Example: dcl-f CUSTMAST keyed; dcl-s qCust like(CUSTNUM); // CUSTNUM defined in CUSTMAST If I att...
12 months ago in IBM i / Db2 for i 3 Future consideration

Simple RPG BIF to submit a process in batch.

We have to build the complete sbmjob command string to run a process in batch from RPG. My suggestion (original idea from Golang goroutines) is to use a simple BIF that will accept a process name and parameters as input, submit the process in batc...
12 months ago in IBM i / Languages - RPG 2 Not under consideration

PASE IP Tools

We need IP tools like ping, traceroute, netstat, ifconfig, etc in PASE environment, so we can improve scripting Use Case: When creating PASE environments/containers for users developing on OSS programming languages sometimes we need to check basic...
about 6 years ago in IBM i / Open Source and PASE 2 Future consideration

Expose the REGEXP_LIKE SQL UDTF's EXTERNAL NAME as a System API

The C runtime regcomp/regexec functions are from last century and do not support anything introduced in regex since 1997. The SQL Function REGEXP_LIKE however does support contemporary features of regex, such as Word boundary that are lacking from...
almost 4 years ago in IBM i / Application Development 5 Future consideration

Add line wrapping to ACS Run SQL Scripts CL Prompting

When using Run SQL Scripts to create a CL Command, please add the option to format a CL command in a way that wraps the text and makes it easier to read. This would be especially useful when using the RSS CL Prompt (F4) function to construct the v...
over 1 year ago in IBM i / IBM i Access Family 1 Future consideration

Outline - Show Declared DISK Files' Defined Usage

In the Outline view of RDi, within Global Definitions then Files, there is a list of all declared files in the program. It would be extremely useful to display a DISK file's defined usage, so we can easily see all *update/*output/*delete/etc. capa...
almost 5 years ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

Compile ILE source from Orion

Our team includes PHP developers who are beginning to maintain the existing RPG code base. Since the RPG code is included in the same git repository as the PHP code, we need the ability to make changes to the ILE source and compile from the same i...
almost 8 years ago in IBM i / Open Source and PASE 2 Not under consideration

"UPSERT" - update or insert

It would be appreciated if a UPSERT SQL statement could be introduced, that do an UPDATE but if the row does not exist will be changed to an insert. Look at upsert patterns and antipatterns: https://michaeljswart.com/2017/07/sql-server-upsert-patt...
over 5 years ago in IBM i / Db2 for i 5 Not under consideration

UDTF returning dynamic resultset

Today stored procedures can return dynamic result sets. It will be appreciated if UDTF could have the same feature. Today you can only return a TABLE, you need however to define each column even though a cursor will contain the required informatio...
over 5 years ago in IBM i / Db2 for i 3 Future consideration

[AJS] Native CL command to create a new environment

At the moment the only supported way to create a new scheduling environment in Advanced Job Scheduler is to use the Navigator for i. Use Case: A native CL command would make it possible to use a CL program, script or ansible to setup a new system.
almost 4 years ago in IBM i / Core OS 1 Not under consideration