TN3270 Server Manual
Using TN32COM
TN3270 Server Manual—424097-001
4-7
ALTER WINDOW
ALTER WINDOW
This command allows you to modify the CALLER attribute of the window.
window-name
is #window for the specified window or an asterisk (*) for all windows.
caller-spec
is a specified CALLER or CALLER ip-address [, PORT port-num ].
ip-address
is a TCP/IP address in dotted decimal form.
If you specify ip-address, the window will be reserved for clients with that
IP address. If you omit ip-address, the window can be accessed by any
client.
port-num
is an integer between 0 and 65534.
If you specify PORT port-num and ip-address, the window will be
further restricted to a session originating from the specified port on the client.
This feature is intended for terminal servers that always use the same port
number for an attached terminal.
Guideline
If the window is in session when you alter the CALLER attribute, the change will take
effect when you establish the next session.
Examples
~ALTER WINDOW #win001 , CALLER
~ALTER WINDOW #win001 , CALLER 130.252.162.97
~ALTER WINDOW #win001 , CALLER 130.252.162.97, PORT 1024
ALTER WINDOW window-name , caller-spec