Next: RM B 5 22-26 Interfacing with Fortran, Previous: RM B 3 63-71 Interfacing with C, Up: Implementation Advice [Contents][Index]
"An Ada implementation should support the following interface correspondences between Ada and COBOL."
Followed.
"An Ada access
Tparameter is passed as aBY REFERENCEdata item of the COBOL type corresponding toT."
Followed.
"An Ada in scalar parameter is passed as a
BY CONTENTdata item of the corresponding COBOL type."
Followed.
"Any other Ada parameter is passed as a
BY REFERENCEdata item of the COBOL type corresponding to the Ada parameter type; for scalars, a local copy is used if necessary to ensure by-copy semantics."
Followed.