Requests a cross-reference listing of an object library. Format /CROSS_REFERENCE[=(option[,...])] option An option that produces a cross-reference listing that is not limited to only symbols by name and symbols by value. You can specify one or more of the following options: ALL, MODULE, NONE, SYMBOL, or VALUE.
1 – Example
$ LIBRARY/CROSS_REFERENCE=ALL/OUTPUT=SYS$OUTPUT LIBRAR This LIBRARY command requests a cross-reference listing of the object library LIBRAR.OLB. The cross-reference listing is displayed at the terminal. The listing includes cross- references by symbol, by value, and by module.