Module is the object that results from compiling source. A module must be bound into a program to run.
A CL module consists of two parts: A user-written procedure, and a program entry procedure that is generated by the CL compiler. In other HLL (for example, C), a single module may contain multiple user-written procedures.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.