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


Declaration for C calling COBOL

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

C function COBOL program
void COBRTN(int);
COBRTN(x);  /* x by value */
 
01 X PIC S9(9) BINARY.
PROCEDURE DIVISION USING BY VALUE X.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014