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 216

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...
almost 5 years ago in IBM i / Languages - RPG 3 Not under 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

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

Compiler directive /SET should temporarily set a new default value for DECEDIT

Recently the compiler directives /SET and /RESTORE were introduced. It can be used to temporarily set a new default values for CCSID, DATFMT and TIMFMT.I would like that this also was possible for DECEDIT ( and perhaps DATEDIT ). Use Case: In XML ...
over 2 years ago in IBM i / Languages - RPG 4 Future consideration

STRDBG can not show values of variables based on pointer given as parameter

It's not possible to show the value of variables which based on a pointer given as parameter in STRDGB. If you try to display "pTest" with F11 of the following example you get : EVAL pTest PTEST.V1 = '**********'PTEST.V2 = '**********' Example : d...
over 5 years ago in IBM i / Languages - RPG 7 Future 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

Add CPF3C29 checking to the DTAARA keyword in RPG IV

The DTAARA keyword in RPG IV does not honor IBM i object names. It allows users to create data areas with upper/lower case characters in the object name. There is currently only one user-facing interface that allows deleting of mixed-case object n...
4 months ago in IBM i / Languages - RPG 2 Future consideration

Allow %KDS to be used for comparison

I would like to have the possibility to use the %KDS function in a compare situation. something like if %kds(MyFileRecKey : 2) <> %kds(MyFileRecKeyOld : 2); break2 = '1';endif; This would make it easier to test for "levelbreaks" when reading...
over 4 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow Unabbreviated RPG Freeform Data Type Keywords

Please change the SQL precompiler, RPG compiler, and Rational Developer for i to also recognize and allow the unabbreviated forms of the RPG freeform data type keywords. Use Case: For example, ucs2 is fine as it is. But, allow: integer for intindi...
almost 7 years ago in IBM i / Languages - RPG 3 Not under 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".
9 months ago in IBM i / Languages - RPG 1 Not under consideration