Create the controller description (New York) in two-system network

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(LOSANGEL)
The name assigned to the controller description is LOSANGEL.
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 in use defined by a create line description command.
LINE(LOSANGEL)
Specifies the name (LOSANGEL) of the line description to which this controller is attached. 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(LOSANGEL)
Specifies that the remote control-point name is LOSANGEL. 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 of the CHGNETA command specifies the name at the remote system (LOSANGEL) by:
STNADR(01)
The address assigned to the remote controller is hex 01.
NODETYPE(*CALC)
Specifies that the local system must determine, during exchange identifier processing, the node type of the remote system.