CL Command Reference - CRTCTLAPPC
CL Command List > CRTCTLAPPC Reference
Description:
The Create Controller Description (APPC) (CRTCTLAPPC) command creates a controller description for an advanced program-to-program communications (APPC) controller.
Examples:
Example 1: Creating an APPC controller with link type *SDLC
CRTCTLAPPC CTLD(OUTLAND) LINKTYPE(*SDLC)
APPN(*NO) LINE(OUTLINE)
RMTNETID(*NONE) STNADR(C1)
This command configures an APPC controller description attached to a nonswitched SDLC line with a station address of C1.
Example 2: Creating an APPC controller with link type *HRPIP
CRTCTLAPPC CTLD(GRIFFIN) LINKTYPE(*HPRIP)
RMTINTNETA(กฏ9.5.5.1กฏ) RMTCPNAME(CJP)
This command configures an APPC controller description named GRIFFIN with a link type of *HPRIP, a remote internet address of 9.5.5.1 and a remote control point of CJP.