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 Aug 16, 2021

Include override to location of source members when debugging programs.

At some sites, the old practice of using a temporary library for additions and changes to programs is utilized, example:
- DATALIB
- TEMPLIB
- PRODUCTIONLIB

After say 2 weeks of no issues, the objects are moved to the PRODUCTION library.

Problem:
When debugging programs in PRODUCTIONLIB, the dugger wants the source to be in source file that the program was compiled from but its now been moved to the PRODUCTIONLIB.


Use Case:

Using a TEMPLIB retains the original program and source through a test period. If no issues are reported, the source and object is MOVED to the source and program libraries.

This works very well.

However, when debugging these programs, the STRDBG, GUI Debugger and the RDi debuggers access the source stored in the object, example use DSPPGM to see what source the code was compiled from.

We have to copy the source to the TEMPLIB to be able to debug. This is a SOX/audit failure.

In the older OPM debuggers, there was an option in the prompts that would allow you to point to the alternate location that has the source member.


Idea priority High
  • Guest
    Reply
    |
    Dec 21, 2021

    The CAAC has reviewed this requirement and recommends that IBM not implement this request. We believe STRDBG is not likely to be enhanced since it's old green screen. The RDi version already has the requested functionality to point at different sources. The GUI System Debugger should, however, be enhanced to provide the requested functionality. We believe there is another RFE -- https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=141796 -- that already covers that need, so this RFE should probably be closed as a Duplicate of that RFE.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Nov 30, 2021

    IBM will use this request as input to planning but no commitment is made or implied.
    This request will be updated in the future if IBM implements it.

  • Guest
    Reply
    |
    Nov 30, 2021

    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 - Client

    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 - Client

  • Guest
    Reply
    |
    Aug 17, 2021

    Have a look at the QBNCHGPD API... it allows you to change the source file library when you promote your objects.