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

Languages - RPG

Showing 211 of 4259

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when $ or @ are used in Variable or Procedure names

The use of $ and @ in variable names and procedure names in RPG IV hasn't been recommend in nearly 30 years. Yet we still see some legacy developers using those symbols for some reason. I'd like to see a compiler option or CTL-OPT keyword and eith...
4 months ago in IBM i / Languages - RPG 1 Future consideration

Ability to easily create a data structure with a null field map to correspond to a record’s DS to be used for SQL retrieval.

When defining a structure in RPGLE to be used on SQL I/O such as fetch or select, today we use DCL-DS @myds qualified… containing either subfields or auto generated subfields using a reference to an external file name, ie. extname(‘TABLE’) resulti...
5 months ago in IBM i / Languages - RPG 2 Under review

%DECH enhancement for length and decimal places

The idea is to enhance %DECH() BIF: a) allow the the use %len() and %decpos() for parameters 2 and 3 Example: dcl-s n1 zoned(10:2) inz; n1 = %dech( 12345 / 1000 : %len(n1) : %decpos(n1) ); b) make parameters 2 and 3 optional and retrieve the lengt...
5 months ago in IBM i / Languages - RPG 2 Under review

Add possibility to retrieve current number of filled elements in array with dim(*auto/*var)

Please add the number of filled elements in a varying dimension array. Currently we can set the allocated number with %elem(array: *alloc) = number. This says something about the memory being allocated as far as I understand. If you then use for i...
5 months ago in IBM i / Languages - RPG 1 Functionality already exists

Named constant *SRCCCSID for current source CCSID

Moving files from QRPGLESRC to IFS and around in international environment can cause some challenges for CCSID. However procedures can be written to be aware of this issue and be language (ccsid) neutral by passing the ccsid of the source file con...
5 months ago in IBM i / Languages - RPG 5 Needs more information

DATA-INTO Parser can access Populating Data Structure's Field attribute details

This would allow the parser to make better decisions in many cases. For example, Example 1: If we need the add some custom logic like if a data is getting truncated. If parser have access to know the populating field attribute it will be possible ...
6 months ago in IBM i / Languages - RPG 2 Future consideration

Allow SND-MSG to use %target( *PGMBDY: 0 )

It just makes things so much easier. Supporting *PGMBDY allows *ESCAPE messages to be sent directly to the calling executable (terminating the sending program) from any procedure in a program. Only offering *CALLER forces one to attempt to count t...
7 months ago in IBM i / Languages - RPG 2 Future consideration

Add a new device web

It will be great to replace the workstation green screen with a device in a web navegator. Instead of DDS it can use an "HTML mask".
7 months ago in IBM i / Languages - RPG 1 Not under 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...
8 months ago in IBM i / Languages - RPG 1 Future consideration

Handle %split like an array

%split is a great new feature for us, but it can be a bit tricky to handle. In order to access the second element, we need to first put the element in an array. It would be interesting if we could access the element like an array, such as in the f...
8 months ago in IBM i / Languages - RPG 1 Not under consideration