Create the APPC device (Payroll to Los Angeles)

Because this is an APPC/APPN environment, the device is an APPC device and the CRTDEVAPPC command is used to define the attributes of the device. The following attributes are defined by the example command:

DEVD(LOSANGEL)
Specifies that the name assigned to the device description is LOSANGEL.
LOCADR(00)
The location address should always be specified as hex 00 when the device is associated with an APPC controller.
RMTLOCNAME(LOSANGEL)
Specifies that the remote location name associated with this device description is LOSANGEL.

This value matches the value that is specified for the LCLLOCNAME parameter at the other system (LOSANGEL).

LCLLOCNAME(PAYROLL)
Specifies the name that is assigned to the local location, which is PAYROLL in the example.

This value matches the value that is specified for the RMTLOCNAME parameter at the other system (LOSANGEL).

APPN(*NO)
Specifies that the networking support is not used.
CTL(MPLS)
Specifies that this device description is attached to a controller description that is named MPLS.
MODE(BLANK #BATCH)
Specifies that this device will use either of two modes: BLANK, which is a mode name of all blanks (hex 40), or #BATCH. Both these modes are supplied by IBM®. Note that the other location must also use one of these modes when communicating with this location.