Dead Statements

A dead statement is a statement that can never be reached during program execution. Only control flow analysis techniques (static analysis) are used for the detection of dead statements. Domain-based analysis is not performed.

Statements directly connected with dead statements are also considered to be dead. For instance, EXEC CICS HANDLE statements are dead when all EXEC CICS statements are dead or there are no EXEC CICS statements at all.