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
#pragma linkage(CBLRTN,COBOL)
void CBLRTN(int p1);
CBLRTN(p1);

 
01 P1 PIC S9(9) USAGE IS BINARY
PROCEDURE DIVISION USING P1.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014