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

Provide capability to restrict use of Global Variables in Subprocedures

Provide a capability to restrict access to global variables from local subprocedures. This could be done by adding a keyword to the dcl-proc specification that lists the global variables permitted for a given subprocedure. For example: dcl-proc My...
over 7 years ago in IBM i / Languages - RPG 18 Future consideration

RPG compiler bad behaviour with *VARSIZE and litterals

when a prototype declare size 1 option(*varsize),when the program uses the prototyped call passing a litteral parameter, even if the litteral is long, the compiler has no care of *VARSIZE, and truncates the litteral at size 1.the result is a memor...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

Enable compilation of full free-form RPG to 6.1 from 7.1/7.2

ILE RPG compilers on 7.1 and 7.2 should support compiling full free-form RPG when a target release of 6.1/V6R1M0 is specified. Use Case: Many companies are running IBM i systems that predate 7.1. 6.1 still has a relatively large install base. Allo...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow object in subfield to resolve RNF3826

When working with Java, particularly with HSSF java spreadsheets, its become necessary to work with more than one spreadsheet at a time. This would be much easier if all of a workbook's objects could be grouped into one datastructure, similar to h...
over 7 years ago in IBM i / Languages - RPG 4 Future consideration

Prefix or Qualified Keyword for Exports and/or Prototypes

Currently exported identifiers (procs, functions, variables, data-structures) need to be unique across an application framework. This is a massive obstacle in modernization efforts. For proper modernization and modern programming approach it is ab...
over 7 years ago in IBM i / Languages - RPG 7 Future consideration

Same name for RPG built-in Functions and SQL functions.

I don't understand why some functions present in RPG and SQL have different name. For example, %TRIMR and RTRIM, %TRIML and LTRIM, %SUBST and SUBSTR. Please, create an RPG alias equal to SQL name. Use Case: Every time I use thats built-in function...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

For fully free RPG provide support for program described printer files

Provide support for program described printer files. Since in fully free RPG there is no support for output specification, please change the WRITE op-code to direct coutput to non external described printer files. The PRTCTL keyword for line spaci...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration

Reade Record Locking

Enhance the reade operation to prevent unwanted record locks on records not associated with your application. Currently when performing a setll on a record that does not exists in the database, it will setll on the next record in sequence. If you ...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration

Substring Operations for Numeric Columns/Fields

Have a built-in function (eg %SUBSTN) for substring operations on numeric columns/fields. The current %subst built-in function only operates on alpha fields. This would be very helpful to eliminate extra coding steps to convert a numeric number in...
almost 8 years ago in IBM i / Languages - RPG 2 Not under consideration

For RPG modify DSPLY operation code to use ILE Session Manager

Modifiy RPG operation code DSPLY to use the ILE Session Manager instead of the rather limitated program message screen. This screen allows to show only 57 bytes or so of text.It should be the same as in REXX or C. There is also possible to print t...
almost 8 years ago in IBM i / Languages - RPG 4 Not under consideration