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


Passing character data

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

Character data can be received by a Fortran routine only when the routine that receives the data declares the data to be of fixed length. Therefore, the Fortran form CHARACTER*(*) cannot be used by a Fortran routine to receive character data. An array of characters can be processed in a C++ routine only when the Fortran routine or the C++ routine produces the terminating null character.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014