Help - Trying to write exec on MVS to use TCP/IP sockets
Help - Trying to write exec on MVS to use TCP/IP sockets
Author
Message
David_Leig #1 / 2
Help - Trying to write exec on MVS to use TCP/IP sockets
I have begun to use the REXX programming language and I have been given an interesting task. I am trying to put together an exec to send an ASCII text stream to a distributed application from MVS. The application is running on Windows NT and has a standing NT service running to receive ASCII data streams through a single TCP/IP port. I have been unable to write the exec due to my inexperience in interacting with the TCP/IP stack on OS/390. Is there a book, working sample code, or other documentation that would illustrate this kind of programming that any of you would know of???
Sun, 10 Nov 2002 03:00:00 GMT
not really an email addres #2 / 2
Help - Trying to write exec on MVS to use TCP/IP sockets
ibm ships working sample client/server rexx code in tcpip.sezainst members rsclient and rsserver...