Modules and Module Procedures

A module program unit contains specifications and definitions that can be made accessible to other program units. For the module to be accessible, the other program units must reference its name in a USE statement, and the module entities must be public. For more information, see MODULE in the A to Z Reference.

A module procedure is a procedure declared and defined in a module, between its CONTAINS and END statements. For more information, see MODULE PROCEDURE in the A to Z Reference.

This section also discusses: