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 2783

SQL view device status

The idea is based on the creation of an SQL view that allows you to view the status of any device. The native RTVCFGSTS command is not particularly convenient to use via SQL, this view would allow you to break down this limit and provide the real-...
3 months ago in IBM i / Db2 for i 1 Future consideration

Add "Deprecated" as a special keyword to procedures

Deprecation is something that is not something that RPG developers would be familiar with, however open source developers are. When you no longer need a method or when you dont want someone to use a method that is out there, you deprecate the meth...
over 1 year ago in IBM i / Languages - RPG 8 Future consideration

Use 'IN' operator on %split to compare like in %list

When working with a list represented in a string, with %split, the 'IN' operator cannot be used as it can with the function %list. However, it is necessary to have this functionality in order to check if certain elements are present in a string li...
10 months ago in IBM i / Languages - RPG 1 Future consideration

create a BIF for transliteration/transform facility (ICU BASED)

String replacement and transliteration is an extremely common task in business applications and communication to external parties in international settings. This produce a lot of custom code (and a lot of substandard one) in IBM shops. To do it pr...
about 2 months ago in IBM i / Languages - RPG 0 Submitted

Add OpCode for continuing to process "when" statements within Select group

sometimes it is necessary to need to process the remaining WHEN operands within a SELECT group. if the "CONTSL" 'Continue Select' were used then the OTHERWISE should not be true. (this up for discussion) Currently we need to do if-then-else group....
4 months ago in IBM i / Languages - RPG 6 Future consideration

Add CPYJOBSCDE Command

we have work and add job scheduled entries but, can we also have a copy job scheduled entry? Sometimes you need to add a job scheduled entry and just change a script that is going to run. For example, First job scheduled entry SBMJOB CMD(QSYS/RUNS...
7 months ago in IBM i / Core OS 4 Future consideration

Add %hival() and %loval() BIFs

The *HIVAL and *LOVAL features in RPG are extremly usefull. But especially when comparing, the compiler assumes, that *HIVAL/*LOVAL are according to the compared field - but often you have to compare a value to the *HIVAL/*LOVAL of another field -...
5 months ago in IBM i / Languages - RPG 1 Future consideration

Improve the Reconnect process for RDi

When working remotely for the past 2 years I connect to our corporate network via VPN prior to opening RDi. Everything works fine in RDi until my VPN connection drops. At this point RDi still shows as connected. When I reconnect the VPN and try to...
over 2 years ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

Add bit identifiers to DCL-DS subfields in RPG IV

I'd like to have the ability to declare a bit field in an RPG IV data structure. In the C language, you might have a structure like this: struct _Gen_IOP_T { /*Gen IOP breakdown structure for MATMATR*/ char Bus; /* Bus Number */ int Card : 4; /...
3 months ago in IBM i / Languages - RPG 1 Future consideration

Provide an option to prevent ACS Run SQL Scripts from advancing to the next statement whenever a statement is executed

When you execute a query in the Run SQL Scripts tool (Ctrl-R or Run Selected) the next query in the window is automatically selected/highlighted after the executed query completes. When working with long complex queries, the automatic advancement/...
20 days ago in IBM i / IBM i Access Family 2 Functionality already exists