Defining the Terminal Interface Manager APPL definition statements
You must define the APPL definition statements that the Terminal Interface Manager will use for its sessions. To define the APPL definition statements, do the following steps:
- Define the APPL definition statements as shown in the EQAWSESS
member in the
hlq.SEQASAMP
data set by doing one of the following tasks:- Copy
EQAWSESS
into a new member:- Create a new member in the VTAM® definitions
library (
VTAMLST
). The VTAM definitions library is often stored in the data setSYS1.VTAMLST
. - Copy the contents of the
EQAWSESS
member into the new member. - Add the new member's name to the VTAM start
options configuration file,
ATCCONxx
.
- Create a new member in the VTAM® definitions
library (
- Copy
EQAWSESS
into an existing member:- Select a member in the VTAM definitions
library (
VTAMLST
) that contains the major node definitions. - Copy the APPL definition statements for z/OS® Debugger from
the
EQAWSESS
member into the selected member.
- Select a member in the VTAM definitions
library (
- Copy
To activate the new definitions, enter the following command from the console:
VARY NET,ACT,ID=member-name
member-name is the member name in the VTAM definitions library.