Example 2

The example defines a new port (2023). When a user connects a terminal emulator session to this port, a USSMSG10 panel is displayed. The USSTCP statement is coded to point to a customized USSMSG10 panel that you defined that displays the LU name. The user copies this LU name and assigns it to the MFI%LU_name suboption of the TEST runtime option. When the USSMSG10 panel is displayed, the terminal LU is available to z/OS® Debugger.

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

 5g2 USSTCP USS$EQAW EVERYONE
 5e LUMAP DBGTOOL EVERYONE KEEPOPEN
 5f ALLOWAPPL   EQAMV*
ENDVTAM

See hlq.SEQASAMP(EQAWTTS2) for a sample of these definitions.