Library /sys$common/syshlp/helplib.hlb  —  LIBRARY  /REMOVE
    Requests the LIBRARY command to delete one or more entries from
    the global symbol table in a library.

    Format

      Alpha and VAX:

      /REMOVE=(symbol[,...])

      I64:

      /REMOVE=(symbol[:module] [,...])

 symbol

    The symbol to be deleted from the global symbol table.

 module
    The module whose instance of the symbol is to be removed
    from the global symbol table. With the support of UNIX-
    style weak symbols and ELF group symbols, a symbol can have
    definitions from more than one module. This extended syntax
    allows you to remove from the index a symbol of a specific
    module without removing the symbol instances of all other
    modules from the index. The [:module] is OpenVMS I64
    Librarian syntax only.

1  –  Example

  $ LIBRARY/REMOVE=(LIB_EXTRCT_MODS,LIB_INPUT_MAC)/LOG LIBRAR

      This LIBRARY command requests the removal of the global symbols
      LIB_EXTRCT_MODS and LIB_INPUT_MAC from the object library
      LIBRAR.OLB. The /LOG qualifier requests that the removal of
      the symbols be confirmed by messages.
Close Help