References to COPY Libraries

If more than one COBOL library is available to the compiler during compilation, text-name can be qualified each time it is referenced.

Read syntax diagramSkip visual syntax diagram
References to COPY Libraries - Format 3

>>-text-name--+--------------------------------------+---------><
              |                       (1)            |   
              '-+----+--library-name-------file-name-'   
                +-IN-+                                   
                '-OF-'                                   

Notes:
  1. Required hyphen between library-name-file-name to qualify

For rules on referencing COPY libraries, see COPY Statement.