Hi,
I'd like to write a class to send TSO commands to a z/OS mainframe... So what I need to do is telnet into it, logon to TSO, send the commands and get the output.
I didn't see a Telnet class in the Java API (which is surprising since they have just about everything else), so I was wondering if anyone knows where I can find a good (free) Java Telnet API? I don't need a full Telnet application & GUI, just the API that my program can use to send & receive data.
I'd like to write a class to send TSO commands to a z/OS mainframe... So what I need to do is telnet into it, logon to TSO, send the commands and get the output.
I didn't see a Telnet class in the Java API (which is surprising since they have just about everything else), so I was wondering if anyone knows where I can find a good (free) Java Telnet API? I don't need a full Telnet application & GUI, just the API that my program can use to send & receive data.