[Migrated content. Thread originally posted on 20 November 2006]
We have a couple of applications that call C programs to perform read of data through IP ports. ex. audio response system a person makes a request in the cobol program, a c program is running in background looking at a pipe file and then sends data over the internet to a server, c program waits for response and dumps incomming data into an input pipe that the cobol probram has open and reading.We are having big problems with the C programs mainly we are all Cobol programmers and have to contract out the C.
Does anyone have an idea if this can all be done through cobol or is there another way that someone is doing it?
Thanks



