z/OS Language Environment Writing Interlanguage Communication Applications
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Supported data types passed by value (indirect) between C++ and COBOL

z/OS Language Environment Writing Interlanguage Communication Applications
SA38-0684-00

Table 1 identifies the data types that can be passed by value (indirect) as parameters between C++ and COBOL.

Table 1. Supported data types passed by value (indirect) with extern "COBOL"
C++ COBOL
Signed int, signed long int PIC S9(9) USAGE IS BINARY
Double COMP-2
Pointer to... POINTER, ADDRESS OF
Sruct Groups
Type array[n] Tables (OCCURS n TIMES)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014