Glossary

Step 1: Compilation

The COBOL compiler translates source code into an *object module*. This contains machine code, but external references (like CALL targets) are unresolved.

Learn More

Related Terms