Loading...
Select Version
The COBOL2000 compiler consists of a number of modules that are linked in linear sequence.
The individual modules constitute functional units that have been formed by a COBOL compilation run and by the structuring of the COBOL program into different Divisions.
The compilation process is divided into the following functional units:
Initialization
Source data input
Lexical analysis
Syntactic analysis
Semantic analysis
Code generation
Assembly run
Module generation
Report generation
The structure of the compiler and the arrangement of the individual function units in working storage are presented in the following diagram.
Structure of the compiler