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 4277

Cast string value to specified CCSID

How do you convert a character field with embedded UCS2 characters into a UCS2 field? It would be nice to be able to substring out a bit and just say that this piece is already UCS2, don't convert it. The only thing we can do right now is say "con...
about 6 years ago in IBM i / Languages - RPG 2 Not under consideration

Multiple keywords per source line

This has been most likely submitted before:to be able to use more than one keyword per source line like in the example below Use Case: For i=1 to 10; ExecMyProc(i); EndFor;
almost 7 years ago in IBM i / Languages - RPG 2 Not under consideration

Read pointer to a LOB

We want to be able to read data in a lob from RPG using a pointer. The same way as we can work on data in a userspace through a pointer.This is actually an old request, but since we are using more and more LOB columns the need for doing this in a ...
about 7 years ago in IBM i / Languages - RPG 5 Not under consideration

New keyword OVR in DCL-F.

In stead of OVR command before OPEN it would be usefull set an RPG field with OVR command. Use Case: DCL-F qSysPrt PRINTER OVR(myOvrCmd);DCL-S myOvrCmd VARCHAR(255);myOvrCmd = 'OUTQ(' + myOutQ + ') HOLD(*YES) SAVE(*YES)';OPEN qSysPrt;
about 8 years ago in IBM i / Languages - RPG 5 Not under consideration

Add bit identifiers to DCL-DS subfields in RPG IV

I'd like to have the ability to declare a bit field in an RPG IV data structure. In the C language, you might have a structure like this: struct _Gen_IOP_T { /*Gen IOP breakdown structure for MATMATR*/ char Bus; /* Bus Number */ int Card : 4; /...
about 1 month ago in IBM i / Languages - RPG 1 Future consideration

Handle %split like an array

%split is a great new feature for us, but it can be a bit tricky to handle. In order to access the second element, we need to first put the element in an array. It would be interesting if we could access the element like an array, such as in the f...
8 months ago in IBM i / Languages - RPG 1 Not under consideration

Add %OFFSET built-in function to retrieve the position of a Subfield within a Data Structure

Uisng APIs and other interfaces often provides a "Bytes Returned" value. This logical can mean that we can only retrieve data from the returned locations if it was in fact returned by the API. I would like to use something like: IF (objDesc.bytes_...
11 months ago in IBM i / Languages - RPG 2 Future consideration

Allow concatenation in named constants

If I'm working with XML-files I define the structure I like to investigate with constants. If you have a XML-file with this structure: <header> <address> <name> </name> </address></header> Then I would like to d...
about 1 year ago in IBM i / Languages - RPG 7 Future consideration

Extend PCML to optionally include private (ie not exported) procedures

Breaking this part out from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please add an option to include private functions/procedures in generated PCML with a tag indicating this. This part would primarily be used to generate document...
over 1 year ago in IBM i / Languages - RPG 1 Future consideration

Update RPG compiler to optionally include PCML comments in the module based PCML

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please update the RPG compiler to have the ability to include any comments or other information included in the IFS PCML into the module based PCML. This would w...
over 1 year ago in IBM i / Languages - RPG 1 Future consideration