Copyright Digital Equipment Corp. All rights reserved.

/CREATE

   Requests the DCL command LIBRARY to create a new library. When
   you specify /CREATE, you can optionally specify a file or a list
   of files that contains modules to be placed in the library.

   On OpenVMS VAX systems, the /CREATE qualifier creates a VAX
   library by default when used to create object and shareable
   image libraries. On OpenVMS Alpha systems, the /CREATE qualifier
   createsan Alpha library by default when used to create object
   and shareable image libraries. (Note that you cannot have
   Alpha modules and VAX modules in the same library.)  On OpenVMS
   I64 systems, the /CREATE qualifier creates an ELF library
   when used to create object and shareable image libraries.
   
   Format

     /CREATE[=(option[,...])]
 

option

   An option that overrides the system defaults to control the size
   or format of the library. You can specify one or more of the
   following options: BLOCKS:n, CASE_SENSITIVE:[YES/NO], GLOBALS:n,
   HISTORY:n, KEEP, KEYSIZE:n, MODULES:n, or VERSION:n.
 


Additional information available:

Examples