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 or PL/I routine only when the routine that receives the data declares the data as fixed length. Therefore, the Fortran form CHARACTER*(*) and the PL/I form CHARACTER(*) cannot be used to receive character data. The VARYING attribute cannot be specified in the PL/I declaration of character data.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014