VMS Help
LIBRARY, /SHARE
*Conan The Librarian
|
Indicates that the library specified is a shareable image
library and assumes a file type of .OLB for the shareable
image library and .EXE for the input files.
On OpenVMS VAX systems, the /SHARE qualifier creates a
VAX shareable image library by default. On OpenVMS Alpha
systems, the /SHARE qualifier creates an Alpha shareable
image library by default. (Note that you cannot have
VAX modules and Alpha modules in the same library.) On
I64 systems, the /SHARE qualifier creates only ELF
sharable image libraries.
Format
/SHARE
$ LIBRARY/SHARE/CREATE SHARELIB.OLB
This LIBRARY command creates a shareable image library called
SHARELIB.OLB.