Unreachable Code

Unreachable Code 

Tue April 27, 2021 03:22 PM

IDz provides annotations in your program for all code that will never be executed – so called “dead code” 

Dead Code are statements that will never execute based on the execution flow of your PROCEDURE DIVISION – primarily:

  • Unconditional branches - skirt around the statements
  • Paragraphs and Sections are Un-performed and aren't fallen-thru