Programmer's Guide to Writing Programs
Table of Contents
Index
Chapter 8: The COBOL Interfacing Environment
8.1 Interfacing - The Issues
8.1.1 Calling Interface Compatibility
8.1.1.1 Parameter Ordering
8.1.1.2 Parameter Format
8.2 Interfacing - The Environment
8.2.1 Call Conventions
8.2.2 Using BY VALUE Parameters
8.2.3 Storage Representation of COBOL Data Types
8.2.4 Alignment of Parameters
8.2.5 Handling Return Codes
8.3 Example of Calling Standard C Library function
8.4 For More Information