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 P1 PIC S9(9) USAGE IS BINARY
CALL 'CFUNC' USING BY CONTENT P1.
#pragma linkage(CFUNC,COBOL)
void CFUNC(int p1) {
}

 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014