-BUILDSL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-BUILDSL
Creates a permanent, formatted Segmented Library (SL) file. You must
have SAVE capability in the group to which you are assigning the SL file.
SYNTAX
-BUILDSL filereference,records,extents
PARAMETERS
filereference Any file whose local name is SL. You can create an SL
file with a local name other than SL, but such a file
cannot be searched by the MPE :RUN command or the CREATE
or LOADPROC intrinsics unless it is renamed SL.
records The total maximum file capacity, specified in terms of
128-word binary logical records.
extents The total number of disc extents that can be dynamically
allocated to the file as logical records are written to
it. The size of each extent is determined by the
records parameter value divided by the extents parameter
value. The extents value must be an integer from 1 to
32.
EXAMPLE
-BUILDSL SEARCH,300,1 Creates an SL file named SEARCH with 300
records and one disc extent.
MPE/iX 5.0 Documentation