cc -c sockets.c cc -o cksock.exe cksock.c sockets.oYou'll need to move cksock.exe to a valid directory accessible and executable from your Web server, after a successful compile. The SOKT transaction identifier will need to be defined to the CICS PCT to invoke DCSOKT00, which needs to be defined in the CICS PPT, and assembled as a CICS socket application program, by adding a SYSLIB DD for DSN=hlq.SEZATCP to your linkedit step with an INCLUDE SYSLIB(EZACICAL) to your linkedit SYSIN DD. Note that all of the above programs "need work" - but at least they're "free" and "open source". To see these programs in action, try URL:
http://nersp.nerdc.ufl.edu/cgi-bin/cgiwrap/~cicswww/cksock.exe
Last updated on August 4, 1999, by Steve Ware, <mailto:sfw@nersp.nerdc.ufl.edu>.