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 210 of 4247

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...
2 months ago in IBM i / Languages - RPG 2 Future consideration

Support both spellings for OPTION and OPTIONS in RPG IV

The H spec or CTL-OPT keyword and RPG Subprocedure Parameter Definitions use different spellings for OPTION/OPTIONS. Please relax the spelling requirements for the OPTION keyword so that both OPTION and OPTIONS are supported in both contexts, and ...
over 3 years ago in IBM i / Languages - RPG 3 Not under consideration

Allow DTAARA in subprocedures

When reviewing programming standards and the move to lineair main modules (instead of the cycle) it became clear that there are some limitations like the use of data areas in sub procedures. Use Case: Defining a data area in a subprocedure (main) ...
about 5 years ago in IBM i / Languages - RPG 3 Future consideration

Provide *NODEBUGSQL control option

Provide a *NODEBUGSQL control option similar to *NODEBUGIO (or included it in the same option). Use Case: This option will allow faster and easier debugging of programs with embedded SQL by skipping the underlying instructions in step-by-step mode.
over 5 years ago in IBM i / Languages - RPG 6 Not under consideration

RPG - New BIF for comparing data structures

Based on this discussion: https://www.ibm.com/developerworks/community/forums/html/topic?id=81260576-dab9-4955-b19b-a2c4b4130cd3&ps=25 Would like a BIF to compare corresponding fields in data structures. This would be a field-by-field comparis...
over 6 years ago in IBM i / Languages - RPG 6 Future 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

Support JSONPARSE without "root" object

Allow the IBM supplied JSONPARSE parser to parse a JSON object without a name. Use Case: Example, JSONString containing; { "name": "this is my name", "age": "50"} … fails with RNX0356, reason code 1 when using the code; Dcl-DS myDS Qualified; name...
over 4 years ago in IBM i / Languages - RPG 3 Not under consideration

Enable mixed case DB2 table column names to be used in RPG Data structures defined with ExtName + Alias keyword

Our DB2 tables are defined with both Alternative Name and System Name specified for many columns. We want be able to define the column names in a mixed case that then can be used in our RPG programs by data structures that refer to external names ...
over 7 years ago in IBM i / Languages - RPG 9 Future consideration

RPG string templates

Modern applications are using strings more and more to provide data for documents and web applications. Strings can be constructed today but the syntax get the process very convoluted especially when strings folds over several lines and contains v...
about 6 years ago in IBM i / Languages - RPG 5 Not under consideration

Time format *HM for RPG and DDS

We have fields in date and time format and they work excellent. When converting the time field to or from a numeric field, I'm missing the format *HM. As it is now we can convert a field using the format *HMS. Many times seconds are not nescessary...
over 4 years ago in IBM i / Languages - RPG 6 Not under consideration