isCobolCall The isCobolCall function enables C programs to call COBOL programs. Parameters are passed BY REFERENCE. int isCobolCall (char *name, int argc, char *argv[], int argl[], long *crc); Parameters name Name of the COBOL program to call. argc Arguments count. It should be set to the size of argv. argv Arguments values. argl Arguments length. crc Return code