Create controller description B (Minneapolis to Chicago)

Because this is an APPN environment (iSeries system to iSeries system), the controller is an APPC controller, and the CRTCTLAPPC command defines the attributes of the controller. The example command defines the following attributes:

CTLD(CHICAGOS)
The name assigned to the controller description is CHICAGOS.
LINKTYPE(*SDLC)
Because this controller is attached through an SDLC communications line, the value specified is *SDLC. This value must correspond to the type of line that is defined by a create line description command.
SWITCHED(*YES)
This controller is attached to a switched SDLC line.
SWTLINLST(CHICAGOS)
The name of the line description (for switched lines) to which this controller can be attached is CHICAGOS. In the example, there is only one line (CHICAGO). This value must match a name that is specified by the LIND parameter in a line description.
RMTNETID(APPN)
The name of the network in which the remote control point resides is APPN.
RMTCPNAME(CHICAGO)
The remote control-point name is CHICAGO. The name specified here must match the name that is specified at the remote system for the local control-point name. In the example, the LCLCPNAME parameter on the Change Network Attributes (CHGNETA) command specifies the name at the remote system (CHICAGO).
INLCNN(*ANS)
The iSeries system makes the initial connection by answering an incoming call.
CNNNBR(3125551111)
The connection (telephone) number for the remote controller is 3125551111.
STNADR(01)
The address assigned to the remote controller is hex 01.
TMSGRPNBR(3)
APPN support uses the value (3) for transmission group negotiation with the remote system.

The remote system must specify the same value for the transmission group.

NODETYPE(*NETNODE)
The remote system (CHICAGO) is an APPN network node.