-CEASE [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-CEASE
Deactivates one or more entry points in the currently-managed User
Subprogram Library (USL) file.
SYNTAX
[ENTRY, ]
-CEASE [UNIT, ] name[(index)]
[SEGMENT,]
PARAMETERS
ENTRY Deactivates the entry point indicated by name [(index)].
(Default).
UNIT Deactivates all entry points in the Relocatable Binary
Module (RBM) indicated by name [(index)].
SEGMENT Deactivates all entry points in all RBMs associated with
segment name.
name The name of the entry point, RBM, or segment.
index An integer further identifying the entry point name.
The index may be used when the USL file contains more
than one entry point of the same name. If SEGMENT is
specified, the index parameter is ignored.
If index is omitted, a default value of 0 (the most
recent active occurrence) is assigned. An index n means
the nth occurrence, whether active or inactive.
However, there is no point in using this command with an
entry point you know to be inactive, since its purpose
is to deactivate active entry points.
EXAMPLE
-CEASE ENTRY,BEGIN2 Deactivates entry point BEGIN2.
MPE/iX 5.0 Documentation