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.

Status Future consideration
Workspace IBM i
Created by Guest
Created on Dec 6, 2018

STRDBG can not show values for arrays that are indexed by (*)

When using STRDBG to debug a RPG program there is a problem when you want to display an array that is indexed by (*).

For example this program:
D nbr s 10i 0 dim(10)
C eval nbr(*) = 1234
C eval *INLR = '1'
C return

If you put the cursor on the field nbr(*) and press F11 to display the content or type eval nbr(*) you get the error CPF7E12 Identifier does not exist.

If you drop the (*) and type EVAL nbr then you are shown the values:
NBR(1) = 1234
NBR(2) = 1234
NBR(3) = 1234
NBR(4) = 1234
NBR(5) = 1234
NBR(6) = 1234
NBR(7) = 1234
NBR(8) = 1234
NBR(9) = 1234
NBR(10) = 1234


Use Case:

eval nbr(*) or putting the cursor over nbr(*) and pressing F11 should work in the same way as eval nbr


Idea priority Medium
  • Guest
    Reply
    |
    Apr 21, 2023

    I hope you will prioritize this enhancement soon because it is really irritating.

  • Guest
    Reply
    |
    May 5, 2021

    IBM understands this request and will use this as we prioritize future enhancements.

  • Guest
    Reply
    |
    Apr 30, 2020

    IBM understand this request and is planning delivering in a future release.

  • Guest
    Reply
    |
    Apr 29, 2020

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Application Development
    Operating system - IBM i
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Languages - CL (Control Language)
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Dec 20, 2018

    IBM has received this requirement and is evaluating it. IBM will provide a response after evaluation is complete.