VMS Help SET, HOST, /TN3270 *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Connects you to a remote IBM host over a TCP/IP connection, causing the local keyboard to emulate an IBM 3279-class terminal keyboard by invoking the TN3270 terminal emulator. Format { IPhostname } SET HOST/TN3270 { IPaddress } { } NOTE You can specify the IPhostname or the IPaddress, but not both.
1 - Parameter |
IPhostname Specifies the IP host name of the remote host. IPaddress Specifies an IP address of the remote host.
2 - Qualifiers |
2.1 - /AUTHENTICATE
Specifies that Kerberos authentication should be used for acquiring access to the remote node.
2.2 - /PORT
/PORT=port Specifies the remote TCP port to use. The default is 23.
2.3 - /TERMINAL_TYPE
Sets the terminal emulator to one of the following terminal types: VT100, VT200, VT300, VT400, VT500.
3 - Example |
$ SET HOST/TN3270 remotehst3 This example creates a connection to a TELNET server on the remote IBM system remotehst3 over a TCP/IP connection.
|