1 CREATE 2 LIBRARY [SCA Command] Allocates and initializes OpenVMS library files in a specified directory. The new library then becomes an active SCA library. Format CREATE LIBRARY directory-spec[, . . . ] 3 Qualifiers /AFTER /AFTER=library-spec Instructs SCA to insert the new library or libraries into the list of active SCA libraries following the library you specify as the value of the qualifier. If you do not specify a value, SCA adds the library or libraries to the end of the list. /BEFORE /BEFORE=library-spec Instructs SCA to insert the new library or libraries into the list of active SCA libraries in front of the library you specify as the value of the qualifier. If you do not specify a value, SCA adds the library or libraries to the beginning of the list. /CREATE_DIRECTORY /CREATE_DIRECTORY /NOCREATE_DIRECTORY (D) Instructs SCA to create the specified directory if it does not exist. /LOG /LOG (D) /NOLOG Indicates whether SCA reports the successful creation of a library and the resulting list of active libraries. /MODULES /MODULES=module-count /MODULES=25 (D) Specifies an estimated number of modules in the library. /REPLACE /REPLACE /NOREPLACE (D) Indicates whether SCA replaces an existing library with a new (empty) library. /SIZE /SIZE=block-count /SIZE=1000 (D) Specifies an estimated size for a library. 3 Parameter directory-spec[, . . . ] Specifies one or more directories in which library files are to be allocated and initialized.