Library /sys$common/syshlp/LSE$CLIHELP.HLB  —  CREATE  LIBRARY
    [SCA Command] Allocates and initializes VMS library files in a
    specified directory. The new library then becomes an active SCA
    library.

    Format

      CREATE LIBRARY   directory-spec[, . . . ]

1  –  Qualifiers

1.1    /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.

1.2    /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.

1.3    /LOG

       /LOG (D)
       /NOLOG

    Indicates whether SCA reports the successful creation of a library
    and the resulting list of active libraries.

1.4    /MODULES

       /MODULES=module-count
       /MODULES=25 (D)

    Specifies an estimated number of modules in the library.

1.5    /REPLACE

       /REPLACE
       /NOREPLACE (D)

    Indicates whether SCA replaces an existing library with a new
    (empty) library.

1.6    /SIZE

       /SIZE=block-count
       /SIZE=1000 (D)

    Specifies an estimated size for a library.

2  –  Parameter

 directory-spec[, . . . ]
    Specifies one or more directories in which library files are to be
    allocated and initialized.
Close Help