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 125

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

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

New RPG figurative constant *CLEAR.

The new figurative constant *CLEAR assumes his value by the field type. For example, with a character field the value is *BLANK, with a numeric field the value is *ZERO, with an indicator the value is *OFF and so on. In other words, *CLEAR has the...
about 7 years ago in IBM i / Languages - RPG 10 Not under consideration

Meta procedure (or API) for ILE (RPG)

With PCML we have the information needed to call any ILE ( RPG) program from any other language, or environment and knowing the parameter types and data going back and forth. However this requires that the PCML file is available and deployed along...
almost 3 years ago in IBM i / Languages - RPG 5 Not under consideration

New RPG assignment operators ++ and --

It would be nice to have the C/Java like assignment operators ++ and -- too. Use Case: var++; instead of var +=1;var--; instead of var -=1;
almost 7 years ago in IBM i / Languages - RPG 1 Not under consideration

Add Object Exists Built-in Function to RPG IV

The ability to determine if a File, Data Area, User Space, Data Queue, etc. exist in simplified way becomes more and more important each day. RPG does not have the capability. We need a %EXISTS([<object-library>/]<object-name>[([file-m...
over 3 years ago in IBM i / Languages - RPG 4 Not under consideration

Enable Retrieval of SQL constraint violation error information in RPG program

Current RPG support requires programmers to use IBM i APIs plus considerable coding to determine what constraint has caused an error. For example, when using an SQL insert on table, where a check or foreign key constraint is used, a violation of t...
over 4 years ago in IBM i / Languages - RPG 3 Not under consideration

Enable Retrieval of SQL constraint violation error information in RPG program

Current RPG support requires programmers to use IBM i APIs plus considerable coding to determine what constraint has caused an error. For example, when using an SQL insert on table, where a check or foreign key constraint is used, a violation of t...
over 5 years ago in IBM i / Languages - RPG 3 Not under consideration

RPG File Description Keywords SFLPAG and SFLSIZ

I'm missing 2 File Description Keywords, SFLPAG and SFLSIZ.They should return the values from the subfile control record in a WORKSTN file. Today we are hardcoding the values in the programs and have to remenber to change them if we change the sub...
about 7 years ago in IBM i / Languages - RPG 4 Not under consideration

New op-code RCV-MSG or enhancement of ON-EXCP/ON-EXIT

When sending an escape message with SND-MSG it is easy to catch that exception with MONITOR and ON-EXCP. But to receive the message (especially the message data), remove the message from the job log or re-send the message up the call stack, we sti...
3 months ago in IBM i / Languages - RPG 2 Not under consideration