cobol2.hlp (Table of Contents; Topic list)
CANCELLBR Details (↑ Compiler Control)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     This directive is reserved for use with add-on products supplied
     by Micro Focus. Do not change its setting unless you have an
     appropriate add-on product.
 
     NOCANCELLBR causes such .LBR files to be left open until the end
     of the compilation. Subsequent COPY statements that do not
     specify a library search for the copy file in all open .LBR
     libraries (last one opened is searched first) before the current
     directory.
 
     This directive is only relevant if COPYLBR is on.
 
     [NO]CANCELLBR can be used on any $SET. Only .LBR libraries
     referenced in COPY statements after the $SET are affected. Any
     left open from previous COPY statements are only closed if
     specified again on a COPY statement following a CANCELLBR
     directive.
                                    -♦-