Programmer's Guide to Writing Programs
Table of Contents
Index
Chapter 10: The COBOL Interfacing Environment
10.1 Interfacing Issues
10.1.1 Calling Interface Compatibility
10.1.1.1 Parameter Ordering
10.1.1.2 Parameter Format
10.2 The Interfacing Environment
10.2.1 Call Conventions
10.2.2 Using BY VALUE Parameters
10.2.3 Storage Representation of COBOL Data Types
10.2.4 Aligning Parameters
10.2.5 Handling Return Codes
10.3 Example of Calling Standard C Library function
10.4 For More Information