COBOL Manual for TNS and TNS/R Programs
HP COBOL Manual for TNS and TNS/R Programs—522555-006
24-1
24
Issues Related to Binding and
Linking
Topics:
•
Concepts and Terms
•
Binding or Linking HP COBOL Programs
•
Binding or Linking Mixed-Language Programs
•
Accelerating TNS HP COBOL Programs
•
Designing Programs With Large Amounts of Code
•
Designing Programs With Large Amounts of Data
•
COBOL Segmentation
Concepts and Terms
These the concepts and terms are relevant to binding and linking:
•
Memory Areas
•
Code and Data Blocks
•
Binding or Linking
•
Loadfiles, Linkfiles, and Processes
•
Fixup
Code and Data Blocks
The compiler accepts HP COBOL source code and produces code and data blocks.
The code blocks can call each other.
Topics:
•
How the Compiler Produces Code and Data Blocks
•
How One Code Block Calls Another
Note. Most of this section applies to the Guardian environment. If you are binding HP COBOL
programs in the OSS environment, see Section 19, Using HP COBOL in the OSS Environment
and Mixed-Language Programs.