Previous Topic: VTAM LOG MODE TABLE ENTRYNext Topic: APPC z/OS LU Definition for IMS


LU6.2 Connection and Session Definitions for CICS

LU6.2 communications include a terminal definition that includes connection and session definitions, LUTYPE 6.2 /APPC links and parallel sessions. For more information, see the CICS Resource Definition Guide in the IBM documentation.

In the following DFHCSDUP connection and session sample definitions, add the relevant GROUP name and description.

Connection Definition

DEFINE CONNECTION(LU62CONN)
GROUP(?????)
DESCRIPTION(?????)
NETNAME(LUNETNAME)
PROTOCOL(APPC)
AUTOCONNECT(YES)
ATTACHSEC(LOCAL/VERIFY/IDENTIFY)*

* - As required.

Session Definition

DEFINE SESSIONS(LU62SESS)
GROUP(?????)
DESCRIPTION(?????)
CONNECTION(LU62CONN)
MODENAME(LU62APPC)
PROTOCOL(APPC)