Specifying bind-time security for LU6.2

You define bind-time security in the CONNECTION definition, although you must also choose the appropriate system initialization parameters. Figure 1 shows how to define APPC external session security, for which you need to specify the BINDSECURITY option.

Figure 1. Bind-time security
CEDA DEFINE CONNECTION(name)
  GROUP(groupname)
  ACCESSMETHOD(VTAM)
  SECURITYNAME(name)
  PROTOCOL(APPC)
  NETNAME(name)
  BINDSECURITY(YES)
Note: For APPC terminals defined as a TERMINAL-TYPETERM pair, the BINDSECURITY operand is on the TERMINAL definition.