vThe USERID of the first transaction in a pseudoconversation can be obtained
using EXEC CICS ASSIGN USERID.
vThe TRANSID of the first transaction in a pseudoconversation can be obtained
from EIBTRNID.
The autoinstall control program can use the USERID and TRANSID values to
derive new TERMID and NETNAME values and return them in the communications
area.

Autoinstall of a Link3270 bridge facility

Bridge facility name uniqueness
Some applications use the termid to allocate a unique resource. This relies on the
name being unique within the CICSPlex®. Bridge facility names have the same
namespace as termids. However, CICS is unable to ensure that the bridge facility
name returned by the autoinstall control program is not the same as a termid
somewhere in the CICSPlex. Neither the termid nor netname returned by the
autoinstall control program are validated.
The autoinstall control program at INSTALL
The autoinstall control program is invoked at INSTALLfor:
vLocal VTAM terminals
vMVS consoles
vLocal APPC single-session connections initiated by a CINIT
vLocal APPC parallel-session connections initiated by a BIND
vLocal APPC single-session connections initiated by a BIND
vClient virtual terminals
vBridge facility virtual terminals
vRemote shipped terminals and connections (including shipped definitions of
Client virtual terminals).
On each invocation, CICS passes a parameter list to the control program by means
of a communication area addressed by DFHEICAP.The parameter list passed at
INSTALLof local terminals and APPC single-session connections initiated by CINIT
is described in “The communication area at INSTALLfor terminals” on page 518.
The parameter list passed at INSTALLof local APPC connections initiated by BIND
requests is described in “The communication area at INSTALLfor APPC
connections” on page 545. The parameter list passed at INSTALLof MVS consoles
is described in “The autoinstall control program at INSTALL” on page 536.The
parameter list passed at INSTALLof shipped terminals and connections is
described in “The communications area at INSTALLfor shipped terminals” on page
562. This section describes only parameters passed at INSTALLof Client virtual
terminals, in “The communications area at INSTALLfor Client virtual terminals,” and
of bridge facilities in “The communications area at INSTALLfor bridge facility virtual
terminals” on page 573.
The communications area at INSTALL for Client virtual terminals
The communications area is mapped by the DSECT for the assembler version of
DFHZATDX or DFHZATDY, which are supplied in CICSTS32.CICS.SDFHMAC.
Chapter15. Writing a program to control autoinstall of virtual terminals 571