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 4269

Update RPG compiler to optionally include PCML comments in the module based PCML

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please update the RPG compiler to have the ability to include any comments or other information included in the IFS PCML into the module based PCML. This would w...
over 1 year ago in IBM i / Languages - RPG 1 Future consideration

Enhance %DEC / %INT / %FLOAT to recognize and accept negative values in a Zoned format

Currently, the %DEC and %INT BIFs do not recognize an ending character of "}"/"J"/.../"R" as representing a digit with a X'D' in the zone portion of the character. Thus, the character representation of a NEGATIVE number — as may be created by %EDI...
over 4 years ago in IBM i / Languages - RPG 2 Not under consideration

DUMP opcode option to dump calling procedure

DUMP opcode currently only dumps the values for the process that issues the DUMP. If a service program is used to centralize error-handling, there is no way for the DUMP to be included in diagnostics because the dump will only include service prog...
over 2 years ago in IBM i / Languages - RPG 3 Not under consideration

Possibility to specify a compare procedure for SORTA and %LOOKUPxx

I would like to have the possibility to specify a compare procedure for SORTA and %LOOKUPxx in the way we are doing with the qsort and bsearchIt would make both instructions much more flexible. The pointer to the compare procedure should be added ...
over 6 years ago in IBM i / Languages - RPG 5 Future consideration

Improve PCML to allow non-integer return variables and SQL service to retrieve PCML

Please update PCML to allow any return variable or parameter that RPG natively supports and add a SQL service to pull PCML from the object. This was mentioned in a comment for IBMI-I-2812 but I thought it warranted it's own request. The PGMINFO co...
over 1 year ago in IBM i / Languages - RPG 3 Future consideration

A new OPTION to force pointer declaration

A new OPTIONs to force explicit declaration of pointer type variables. Use Case: Developing programs
over 2 years ago in IBM i / Languages - RPG 7 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

Option for EXTNAME/LIKEREC(*NULL) to create SQL-type int(5) indicator subfields

LIKEDS is used for creating parallel data structures -- i.e., data structures that have the same list of subfields as another data structure. But, sometimes it is useful to have the same list of subfields but with a different set of data definitio...
over 7 years ago in IBM i / Languages - RPG 9 Future consideration

RETURN value from REXX Procedure to RPG/ILE via Prototype

I see the QREXX API and I know about the QREXQ API, but these are cumbersome to use when all you're looking for is a single RETURNed value from REXX. It would really be helpful if RPG/ILE would support a REXX-specific prototype, similar to the JAV...
over 4 years ago in IBM i / Languages - RPG 3 Not under consideration

Functions for shift operations - logical, arithmetic and circular ( rotation ) shift

We have many different ways of manipulating bits in RPG via %bitand() %bitor() etc, but I'm missing shift operations on expressions like it is done with %bitand() and %bitor(). it could be a logical shift function %SHL() or %SHR() ( shift left / r...
over 2 years ago in IBM i / Languages - RPG 5 Not under consideration