How to define additional CCI terminals for CA 7?
If you need additional CCI terminals in CA 7, you must update the Initialization File (pointed to by the UCC7IN DD statement in the CA 7 online procedure). Add a GROUP, LINE, TERM, and STATIONS statement for each added terminal as such:
GROUP,NAME=CCIGRP2,DEVICE=CCI,LNAME=CCILN2
LINE,NAME=CCILN2,BUFSIZE=3120,TNAME=CCIT2
TERM,NAME=CCIT2,DEVICE=CCI,NLINE=60,LINLEN=137,CONS=ALTRN
*
GROUP,NAME=CCIGRP3,DEVICE=CCI,LNAME=CCILN3
LINE,NAME=CCILN3,BUFSIZE=3120,TNAME=CCIT3
TERM,NAME=CCIT3,DEVICE=CCI,NLINE=60,LINLEN=137,CONS=ALTRN
.......
STATIONS,TRMID=CCIT2,STANIDS=(CCI2)
STATIONS,TRMID=CCIT3,STANIDS=(CCI3)
These statements are positional. You will add the GROUP, LINE and TERM statements after the existing ones for CCI terminals and add the STATIONS statements after the SECURITY statement (grouped with the other STATIONS statements). Note that STANIDS values must be unique.
A recycle of TYPE=ERST for CA 7 is required.
S CA7ONL,TYPE=ERST