HP 3000 Manuals

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


MPE Segmenter Reference Manual

-NEWSEG 

Changes the segment name associated with a Relocatable Binary Module
(RBM) in the currently-managed USL file.

SYNTAX 

     -NEWSEG newsegname,rbmname[(index)]

PARAMETERS 

newsegname       The new segment name to be associated with the RBM. If
                 it does not already exist, a new segment is created.

rbmname          The name of the RBM whose segment name is to be changed.

index            An integer further specifying the RBM name.  The index
                 may be used when more than one RBM of the same name
                 exists in the User Subprogram Library (USL) file.  If
                 index is omitted, a default value of 0 (the most recent
                 active occurrence) is assigned.

EXAMPLE 

-NEWSEG NEWNAME,RB3       Changes the segment name associated with RBM
                          RB3 to NEWNAME.



MPE/iX 5.0 Documentation