-PURGERBM [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-PURGERBM
Deletes one or more Relocatable Binary Modules (RBMs) from the
currently-managed User Subprogram Library (USL) file.
SYNTAX
-PURGERBM [UNIT, ] name[(index)]
[SEGMENT,]
PARAMETERS
UNIT Deletes the RBM identified by name [(index)].
SEGMENT Deletes all RBMs associated with the segment name. The
default parameter is UNIT.
name The name of the RBM to be deleted if UNIT is specified.
If SEGMENT is specified, this is the name of the segment
in which all RBMs are to be deleted.
index An integer further specifying the RBM name. The index
may be used when more than one RBM of this name exists
in the USL file. If index is omitted, a default value
of 0 (the most recent active occurrence) is assigned.
If SEGMENT is specified, this parameter is ignored.
EXAMPLE
-PURGERBM UNIT,XPOINT Deletes the RBM named XPOINT.
MPE/iX 5.0 Documentation