| ADDRL | Adds all object modules from a named object file into a
  relocatable library. | 
| BUILDRL | Builds and initializes a file as a new relocatable
  library. This library becomes the current relocatable library for subsequent
  interactive commands. | 
| CLEANRL | Rebuilds a relocatable library by removing any
  fragmentation and leaving room for 25% expansion within its internal
  tables. | 
| COPYRL | Copies selected object modules from one relocatable
  library to another. | 
| EXTRACTRL | Extracts selected object modules from a relocatable
  library, placing them into a new object file. Modules may be selected by
  name, locality set, or entry point. | 
| HIDERL | Hides a symbol so the symbol can no longer be used to
  resolve external references between other modules. | 
| LISTRL | Lists the contents of a relocatable library. The listing
  shows the names of each object module and the symbols within the
  library. | 
| PURGERL | Deletes selected object modules from a relocatable
  library. | 
| REVEALRL | Reveals a symbol that was previously hidden by the
  HIDERL command. | 
| RL | Selects an existing file as the current relocatable library
  for subsequent interactive commands. | 
| SHOWRL | Displays the name of the current relocatable
  library. |