HP 3000 Manuals

-CLEANSL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation


MPE Segmenter Reference Manual

-CLEANSL 

Copies the contents of the currently-managed Segmented Library (SL) file
to a new SL file, eliminating any fragments of free space in each of the
segments.  The new SL file will be of the same size as the old one; that
is, it may hold up to the same maximum number of records.

The new SL file becomes the currently-managed SL file.

SYNTAX 

     -CLEANSL [filename]

PARAMETERS 

filename         The name of the new SL file.  If you omit this
                 parameter, the Segmenter will purge the old SL file,
                 giving its name to the new file.  In either case, the
                 new SL file is a permanent file.

EXAMPLE 

-SL MYSL         Opens the SL file MYSL as the currently-managed SL file.

-CLEANSL NEWSL   Copies the contents of the SL file MYSL into the new SL
                 file NEWSL, eliminating any fragments of free
                 space in each of the segments.  NEWSL is now the
                 currently-managed SL file.



MPE/iX 5.0 Documentation