HP 3000 Manuals

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


MPE Segmenter Reference Manual

-BUILDUSL 

Creates a new (job/session temporary) User Subprogram Library (USL) file.
Must use :SAVE to keep as permanent file.

SYNTAX 

     -BUILDUSL filereference,records,extents 

PARAMETERS 

filereference    The name (file designator) assigned to the new USL file.
                 This is a fully-qualified file reference that may
                 include file name, group name, and account name, plus a
                 lockword.

records          The length of this file, 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 

-BUILDUSL FILE2,200,1     Creates a new temporary USL file, FILE2, with
                          200 records and one disc extent.



MPE/iX 5.0 Documentation