The following restrictions apply to the code analysis functionality:
if 0 equals 1 display "Unreachable code" else display "World" end-if
Conditional compilation is not supported.
The following functionality is not supported:
ENTRY statements defined through variables are not supported, and the ENTRY's statements will be marked as dead even if they can be called.
working-storage section. 78 entry-name value "my-entry-name". procedure division. entry entry-name display "this is my-entry-name" goback .
In the example above, the DISPLAY statement will be marked as dead even if it can be called.
Local variable declarations are not supported.
Managed code and the new OO COBOL statements are not supported.
The following functionality is not supported:
The Program Flow Graph and Data Flow Analysis features are not available for projects stored on a network share. To work with these features, you need to copy the projects to a local drive.
Only the COBOL language is supported.