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 Not under consideration
Workspace COBOL Compilers
Categories z/OS
Created by Guest
Created on Mar 9, 2026

[CDADUMP / dwarfdump] Option to extract the pure source code (without formatting)

Hi,

This may not be the best group to make this request, but it is related to the IBM Enterprise COBOL compiler for z/OS.

The -zt option of CDADUMP / dwarfdump extracts the source code of the program included in the DWARF options.

This source code is formatted with:

  • header lines

  • line number in the left margin

We would like an option to extract the source code without any formatting: the pure source code, similar to the SYSMDECK output by the COBOL compiler.

Thanks.

Idea priority Low
  • Admin
    Basil Kanneth
    Apr 23, 2026

    Hi Denis, the tricky part is not avoiding the additional formatting but rather how to handle this new option/suboption with other options. When users want to dump some other debug sections, it makes sense to have header lines. In a sense, this new proposal conflicts with all the other existing options/suboptions except for -zt.

    Moreover, the tool dumps all MDECKs within a load module or a debug side file. In that case, it still remains a problem for the end user ie how to separate one MDECK from the others. In that sense, this proposal is only useful for a load module (or debug side file) with one MDECK.

    In our opinion, the header lines provide a good way for a post-processing tool to extract each of the MDECKs from the output. As a result, we do not see the benefits of this idea and will be rejecting it.

    Regards,
    Basil