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 4263

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 ...
about 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

DATA-INTO support of NULL values

The API's used to implement DATA-INTO are great. However missing the possibility to provide NULL values. RPG supports that a variable can have the special value of NULL but the the API does not allow to transfer this special case. Especially while...
about 1 year ago in IBM i / Languages - RPG 1 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

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...
about 4 years ago in IBM i / Languages - RPG 2 Not under consideration

Coding free format line should be possible from column 8 to end of line

If you can use fully free format (**free) then the free-form statements can appear between column 1 and the end of the line. Otherwise, the source is column-limited, and a free-form statement is coded in columns 8-80. I would like this limitation ...
over 3 years ago in IBM i / Languages - RPG 6 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

Count recursive calls (all/direct)

Requesting a built in function to recognize if a proc was called recursively with a parameter to recognize if it was called by itself. Ex: dcl-proc chkRecursion;dcl-pi chkRecursion end-pi;count = %recursion();countDirect = %recursion( *on );if cou...
almost 3 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow to sort a subfile as simple as sorting an Array DS

I have written numerous programs to sort subfiles, but if RPG implemetns it it would save code, standarize the code, and make the use of RPG more of a pleasure. Use Case: SORTSFL (mysfl:mycolumn1(*ASC);mycolumn2(*DESC))
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Allow reserved words as qualified DS subfield names

Allow reserved words to be specified as data structure subfield names. Use Case: The following DS is not allowed because of subfields Read, Update, and Delete, requiring non-standard names for those authorities: DCL-DS ObjectAuthority QUALIFIED; O...
about 3 years ago in IBM i / Languages - RPG 5 Not under consideration