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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Note : requirement is for "detect" dead code at OPT(0) not for "suppress" dead code.
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).
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).
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".
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.