-PURGERL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-PURGERL
Deletes an entry point of a procedure, or the entire procedure, from the
currently-managed Relocatable Library (RL) file.
SYNTAX
-PURGERL [UNIT, ] name
[ENTRY,]
PARAMETERS
UNIT Deletes the entire procedure identified by name.
ENTRY Deletes the entry point identified by name. (Default.)
name The name of the procedure to be deleted if UNIT is
specified, or the entry point to be deleted if ENTRY is
specified.
EXAMPLE
-PURGERL UNIT,PROC1 Deletes the entire procedure named PROC1.
MPE/iX 5.0 Documentation