Re: COBOL and C

2006-11-10 Thread Rick Arellanes
You can find info on calling between COBOL and C (as well as between other languages) in the "Language Environment Writing ILC Applications" book at http://publibz.boulder.ibm.com/cgi- bin/bookmgr_OS390/BOOKS/CEEA4140/CCONTENTS?SHELF=CEE2BK61&DN=SA22-7563- 04&DT=200508041241

Re: COBOL and C

2006-11-09 Thread Steve Comstock
Chithra Nayar wrote: Hi, Thanks to Mr Comstock.I tried the changes you suggested and it worked!!! How can i change the static call to a dynamic call?I tried by changing the first line PROCESS NODYNAM MAP LIST to PROCESS DYNAM MAP LIST and left the remaining unchanged. Compiled and linked the C c

COBOL and C

2006-11-09 Thread Chithra Nayar
Hi, Thanks to Mr Comstock.I tried the changes you suggested and it worked!!! How can i change the static call to a dynamic call?I tried by changing the first line PROCESS NODYNAM MAP LIST to PROCESS DYNAM MAP LIST and left the remaining unchanged. Compiled and linked the C code. MODULE ENTRY NOT