LIB251 User's Guide

Extracting Modules

The EXTRACT command creates an object module for the specified module in a library. This command must be entered in the following format:

EXTRACT libfile (modulename) TO filename

Where

libfileis the name of an existing library file.
modulenameis the name of a module in the library file. Only one module name may be entered. Parentheses are required.
filenameis the name of the object file that is created.

For example:

LIB251 EXTRACT FLOAT.LIB(FPMUL) TO FLOATMUL.OBJ