Configuring SNAplus2 for Enterprise Extender
Table Of Contents

Configuring SNAplus2 for Enterprise Extender White Paper 8
2. XCA Major Node (SYS1.VTAMLST (member))
A new dataset member containing an HPR/IP XCA Major Node definition
must be added to SYS1.VTAMLST.
An example is provided below:
*/* SYS1.VTAMLST(XCAE40EE)
*/* --------------------------------------------------------------
*/*
*/* ENTERPRISE EXTENDER OVER TOKEN RING ADAPTER1 (E40)
*/*
*/* --------------------------------------------------------------
*/*
XCAE40EE VBUILD TYPE=XCA
*/*
XPE40EE PORT MEDIUM=HPRIP, -
VNNAME=EEJEB, -
VNGROUP=EEGRPJ, -
LIVTIME=15, -
SRQTIME=15, -
SRQRETRY=9, -
SAPADDR=04
*/*
EEGRPJ GROUP ANSWER=ON, -
AUTOGEN=(64,L,P), -
CALL=INOUT, -
DIAL=YES, -
DYNPU=YES, -
DYNPUPFX=$E, -
ISTATUS=ACTIVE
*/*
It may be possible to add this new member to the list of nodes that are
activated during VTAM startup (SYS1.VTAMLST (ATCCON00)), but it
requires that the TCP/IP stack has been initialized first.
If adding this dataset member to the startup fails, try adding it to the
VTAM application startup list (SYS1.PARMLIB (VTAMAPPL)), by
appending the following lines:
v net, act, id=xcae40ee (where id is the XCA member name)
Pause 120
The Pause command is specified in seconds and should be coded long enough
to let TCP/IP initialize on the target platform.
An example of the SYS1.PARMLIB (VTAMAPPL) is given below: