Creating a load module

The binder processes your object module (assembled source program) and prepares it for execution. The processed object module becomes a load module or program object.

Optionally, the binder can process more than one object module, or load module, or program object, and convert them into one or more load modules, or program objects, by using the NAME control statement. See Batch assembling for an example that uses the NAME control statement.


[ Top of Page | Previous Page | Next Page | Contents | Index ]