Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Delivered
Workspace Debug for z/OS
Created by Guest
Created on Dec 13, 2022

IDz Debugger to permit LDD ALL for Cobol programs

All our existing Cobol compilations are done with OPT(FULL) and NOTEST.

In order to debug with IDz Debugger we need to issue  "LDD *****" for each program for which we wanted it to use LANGX to find the source listings. This makes the process very tedious as the developer would need to manually include the name for each program.

We tried to use LDD ALL, but it did not work. We talked to Debugger development and they indicated that LDD ALL is only available for Assembler programs, not for Cobol.

In order to make the process easier, we would need one of these two alternative enhancements:
A)We would need LDD ALL to be also available for EQALANGX for Cobol as it would simplify the debugger operatives so much. It would also be needed to do Code Coverage of all the
programs that use EQALANGX. Also, ideally, we would like Debugger to automatically detect the existence of EQALANGX and implement the LDD automatically.
B)The other alternative, instead of implementing LDD ALL, would be to include a new EQAOPTS option to manage it.

Idea priority High
  • Guest
    Reply
    |
    Oct 20, 2023
    This features is now available in version 16.0.3 of IBM Debug for z/OS and IBM Developer for z/OS and IBM Developer for z/OS Enterprise Edition.
  • Guest
    Reply
    |
    Feb 1, 2023
    .Hello, we need more information on your idea.

    For suggestion on (A) to have the function of SET LDD ALL on assembler program available to Cobol LangX program, I am afraid it might not be possible for Cobol LangX program, as the command SET LDD is only applicable to assemblies containing multiple CSECTS, which is the case for assembler program, and hence not applicable to Cobol LangX program.

    As for your suggestion on (B) having additional EQAOPTS option, can you please extend more information? It might be helpful if you can advise on what options to indicate and the expected outcome from the options.
    1 reply