Skip to Main Content
IBM Power Ideas Portal
Hide about this 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 9

6-digit date format for RPG

Hi IBM, On further checking, there is an IBM doc (date 2024-10-08) https://www.ibm.com/docs/en/i/7.5?topic=ios-changes-1940-2039-date-range-date-formats-2-digit-year that explained that new environment variable QIBM_QBASEYEAR apply to CL command, ...
3 days ago in IBM i / Languages - RPG 0 Submitted

Implement a %DTAARA built-in function in RPG IV

A %DTAARA built in function would be used to : When used as an lValue (left side of an =) Change the content of the data area. When used ias an rValue (right side of the = sign, or in compare opcodes) it returns the content of the data structure T...
about 1 month ago in IBM i / Languages - RPG 0 Submitted

Add %HEX (or %TOHEX and %FROMHEX) built-in functions to RPG IV

Utilizing the cvthc and cvtch functions for converting to and from hexadecimal notation is a valuable tool in RPG land. However, in the context of RPG development, we must rely on our own prototypes since IBM does not provide standard prototypes w...
about 2 months ago in IBM i / Languages - RPG 0 Submitted

Added specific RPG Compiler/syntax checker error or warning for lines that end with COLON

When writing code using PC-based editors, often the colon is mistakenly entered instead of the semi-colon. This often happens in "assist" mode or by simply not pressing the shift-key. However the current RPG Compiler usually says "keyword not foun...
7 days ago in IBM i / Languages - RPG 0 Submitted

RPG: Do not send RNF7031 (variable not referenced) for fields in template ds

For data consistency we use our reference file to define internal fields like so: dcl-ds omsref ext template end-ds ; dcl-s myObject like ( objc ); The reference file contains a boatload of fields. Because we do not use the majority of these field...
about 1 month ago in IBM i / Languages - RPG 0 Submitted

Add a way to associate a Binding Directory with a Subprocedure Prototype

When using /INCLUDE to pull in Prototypes, RPG developers also have to remember to specify the BNDDIR or BNDSRVPGM keyword on the CTL-OPT spec in order to include the related component that contains the procedure. This request would enable the dev...
about 1 month ago in IBM i / Languages - RPG 0 Submitted

Correct the Documentation and Termnology for Character vs Byte Count on things like %LEFT

I would like to propose a refinement to the terminology used in the documentation for the third parameter of %LEFT, %RIGHT, and other RPG IV built-in functions that handle multi-byte characters. Currently, the terms NATURAL and STDCHARSIZE are use...
12 days ago in IBM i / Languages - RPG 0 Submitted

Add *NULL as an option for parameter values.

Today we code OPTIONS(*OMIT) on parameters for subprocedures. Today we have to test a parameter to see if it was omitted by: Specifying foo('A' : *OMIT : 10); *OMIT on calls to subprocs. Testing if that parameter is "omitted" by comparing its addr...
12 days ago in IBM i / Languages - RPG 1 Submitted

Allow Subprocedure Exported Name to appear on the EXPORT keyword of DCL-PROC

When building RPG IV modules, the export name of Subprocedures must appear on the Prototype's EXTPROC keyword. If there is NO prototype, it may appear on the DCL-PI's EXTPROC keyword. However, if there is no Parameter List, often the DCL-PI does n...
about 2 months ago in IBM i / Languages - RPG 0 Submitted