Example 3
The example defines a new port (2023). When the user connects a
terminal emulator session to this port, the Telnet Solicitor Logon
panel is displayed, and the terminal LU is available to z/OS® Debugger. The
user copies the LU name from the terminal emulator session's information
area and assigns it to the MFI%LU_name
suboption
of the TEST
runtime option.
Each change is highlighted with a number in reverse highlighting . This number corresponds to the step number in the list of instructions in Configuring the TN3270 Telnet Server to access the terminal LUs.
PORT
...
2 2023 TCP jobname NOAUTOLOG ; Telnet Server - z/OS Debugger
...
;
; Define Telnet pool for z/OS Debugger
;
TELNETPARMS
4 PORT 2023
... the rest of this should be a copy of port 23
ENDTELNETPARMS
BEGINVTAM
4 PORT 2023
LUGROUP DBGTOOL
5c TRMLU001..TRMLU050
ENDLUGROUP
IPGROUP EVERYONE
5d 0.0.0.0:0.0.0.0
ENDIPGROUP
5e LUMAP DBGTOOL EVERYONE KEEPOPEN
5f ALLOWAPPL EQAMV*
ENDVTAM
See hlq.SEQASAMP(EQAWTTS3)
for a sample
of these definitions.