- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25
Closed
Labels
CobolEnhancementUser VisibleVisible by the end user. Useful to priorize issueVisible by the end user. Useful to priorize issue
Milestone
Description
Only the first level of missing copies is displayed
When a program references a copy that contains another copy, if the embedded copy is missing it won't display in the missing copy list.
How to reproduce
       IDENTIFICATION DIVISION.
       PROGRAM-ID. DVZZMFT0.
       DATA DIVISION.
       WORKING-STORAGE SECTION.
       COPY COPY1.
       PROCEDURE DIVISION.
           DISPLAY final-var OF group3 OF group2 OF group1
           GOBACK
           .
       END PROGRAM DVZZMFT0.    COPY1
 01 group1.
       COPY COPY2.COPY2
    05 group2.
          COPY COPY3.COPY3
       10 group3.
                15 final-var PIC X.Expected result
Missing copys at all levels of inclusion should be listed in the Missing Copies list.
Metadata
Metadata
Assignees
Labels
CobolEnhancementUser VisibleVisible by the end user. Useful to priorize issueVisible by the end user. Useful to priorize issue