Ordering Parameters to Pass to Non-COBOL Programs
The order in which the parameters are passed, since the calling program might not pass parameters in the order that the called program expects them
Removing Parameters from the Stack
Defining whether the called program removes the parameters from the stack before it returns to the calling program, or whether the calling program does it after receiving control back
Storage Representation of Parameters
The storage of parameters in mixed language applications, since different systems store data either with the most significant byte first or with it last
Building a Mixed Language Application
Compiling and linking a mixed language application, and preserving the COBOL run-time system when a calling non-COBOL program