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
Created by Guest
Created on Aug 3, 2016

New option to detect dead code with OPT(0) wanted!

We would want to have a possibility to get IGYCB7300-W messages (or a new message) also when compiling with OPT(0).

In modern IDE's like RDz can the developer during development directly see and remove dead code.

An ?ISPF-developer? are required to compile with OPT > 0 to get IGYCB7300-W messages to detect dead code.
But during development do we compile with OPT(0), in order to be able to debug.
It would be nice if the ?ISPF-developer? also from the ?debug-compile? can detect dead code.

Idea priority High
  • Guest
    Reply
    |
    Sep 7, 2016

    Note : requirement is for "detect" dead code at OPT(0) not for "suppress" dead code.

  • Guest
    Reply
    |
    Aug 25, 2016

    Rejecting because its technically not possible to turn on optimization at OPT(0). Client's should use OPT(1) if they would like to eliminate dead code.
    Also, it is possible to debug even with OPT(1).

  • Guest
    Reply
    |
    Aug 11, 2016

    PS : we use Macro4 debug tools ; they are full compatible with Cobol V5/V6 and OPTIMIZE (1|2) and TEST (EJPD), and TEST (NOEJPD) with some restrictions for trace (same as IBM debug tools).

  • Guest
    Reply
    |
    Aug 11, 2016

    Do you consider compiling with OPTIMIZE (1) and TEST (EJPD, NOSOURCE) ?
    OPTIMIZE (1) detect and remove dead code.
    TEST(EJPD, NOSOURCE) enable full debuging (and reduce optimization).

    TEST(NOEJPD, NOSOURCE) enable debuging without "JUMPTO".

  • Guest
    Reply
    |
    Aug 9, 2016

    I don't know what debugger you use, but with IBM Debug Tool you can use OPT(1) or OPT(2) and still use the debugger.