CL Command Reference - CHGCTLAPPC
CL Command List > CHGCTLAPPC Reference
Description:
The Change Controller Description (APPC) (CHGCTLAPPC) command changes a controller description for an advanced program-to-program communications (APPC) controller.
If the controller was created with LINKTYPE(*LOCAL), the following restrictions apply:
. No communications line can be specified.
. MAXFRAME, RMTNETID, RMTCPNAME, SSCPID, CPSSN, NODETYPE, and TMSGRPNBR must not be specified.
. Parameters relating to SDLC, X.21 short-hold mode, X.25, or LAN configuration must not be specified.
Examples:
Example 1: Changing APPC Controller CHICAGO Configuration
CHGCTLAPPC CTLD(CHICAGO) ONLINE(*YES)
TEXT(¡¯Controller in Chicago¡¯)
This command changes the APPC controller named CHICAGO to be varied on at IPL and a new text description is specified.
Example 2: Changing the APPC Controller CJG Configuration
CHGCTLAPPC CTLD(CJG) LCLINTNETA(¡¯9.5.5.1¡¯)
LDLCLNKSPD(*WAN)
This command changes the APPC controller named CJG to local internet address 9.5.5.1 and LDLC (Logical Data Link Control) link speed to *WAN.