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


Declaration for COBOL calling C

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

COBOL program C function
01 X PIC S9(9) BINARY.
CALL "CENTRY" USING BY VALUE X.

 
void CENTRY(int x) {
}

 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014