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

Loading methods in Subfiles

I am entering another idea - in fact, thoughts about loading methods. Please find the attached document. Thank you.
about 1 year ago in IBM i / Languages - RPG 1 Not under consideration

Tagging conditional statements like IF, DO, SELECT

Statements like IF - ELSE - ENDIF, SELECT, LOOPs should have tag (or Id) assigned to the beginning and end (and if required in between). Example: /Free IF#1: IF (cond1) { Set-of-statements;} IF#1-1: IF (inner-condition 1) { Set-of-statements;} IF#...
about 1 year ago in IBM i / Languages - RPG 2 Not under consideration

Multiple Occurrence Data Structure can not be used as an operand with the IN operator

Using a Multiple Occurrence Data Structure (MOD) with IN and %list() results in a compiler error. *RNF0203 30 1 Refer to the compiler listing where this message was first *RNF0203 30 001100 OPERAND MOD OF 'IN' CANNOT BE A DATA STRUCTURE. But in th...
about 1 year ago in IBM i / Languages - RPG 1 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

Update RLA to check external DS RCDFMT, not File Name

When using Record Level Access (RLA) with an externally described data structure, RPG compiler throws a RNF7595 if the file used to define the data structure has a different name than the file being accessed. The downside of this is that different...
over 3 years ago in IBM i / Languages - RPG 2 Not under consideration

RPG dynamic array enhancement

Enhance dynamic arrays dim(*auto/*var: maximum_elements) by allowing the "maximum_elements"-parameter to be a variable or constant. This would allow in embedded sql fetch command to use always the right amount of lines by using the relative variab...
about 1 year ago in IBM i / Languages - RPG 2 Not under consideration

declare multiple variables on the same line in RPG free

Please add the possibility to declare multiple variable of the the same type on the same line, taking advantage of "free" RPG form possibilities, similar to C or other languages. i.e. DCL-S i1, i2, i3, i4 INT(10); DCL-DS struct1, struct2, struct3 ...
almost 2 years ago in IBM i / Languages - RPG 1 Not under consideration

OPDESC support for numeric parameters

Would like to see operational descriptor support extended to include numeric parameters, i.e. be able to determine type (packed, zoned, int, uns etc), length, and decimal positions for a numeric parameter passed to a sub-procedure when 'const' or ...
over 4 years ago in IBM i / Languages - RPG 3 Not under consideration

ILE RPG Compiler Warning/Error Suggestion

%DATE(expression) fails if program is compiled with CVTOPT(*DATETIME) and "expression" is a valid timestamp value. Use Case: Compilation.
almost 3 years ago in IBM i / Languages - RPG 1 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...
over 5 years ago in IBM i / Languages - RPG 2 Not under consideration