Loading...
Select Version
A context as a set of objects has a logical structure. It is structured hierarchically as follows (see figure 6):
Objects at the lowest level are program definitions. They include the following objects:
control sections (CSECTs)
entry points (ENTRYs)
COMMON sections
dummy sections (DSECTs)
external dummy sections (XDSEC-Ds)
Objects at the next higher level are modules. They contain the program definitions. Modules can be object modules (OMs) or link and load modules (LLMs).
Objects at the next higher level are referred to as load units. A load unit contains all the modules that are linked and loaded with one load call.
The context itself consists of one or more load units. It is the highest-level object.