Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Socket Programming on Unix

Status
Not open for further replies.

unisysguru

Programmer
May 16, 2001
10
US
We are using Microfocus Cobol on Unix (Solaris). I am trying to write a socket interface to another machine that passes data to us for name searching. We are migrating to Unix from a mainframe. Could someone help?

Thanks,

Bill
 
Do you need to an integrated COBOL and 'c' program? Or would other solutions work. We have custom designed many applications for unix that integrate various COBOLs (RM, Fujitsu, etc) with 'c', 'c++', and other languages to create socket communications servers and clients. It is sometimes simple, others are not.

Basically we would need a bit more information.
 
I would be glad for any suggestions, a call to a "C" subprogram would not be out of the question.

Thanks

Bill
 
Yes, C subprograms are the best (maybe the only) solution.
Acucobol has special tcp-socket api's. You can check whether Micro Focus has plans in that direction, if not go for C modules or change to acucobol (runs very fine on unix).
 
unisysguru

Did you get a solution to your socket issues? At the risk of performing solicitation, I am sure we could help you.

Gafling
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top