Previous Topic: CA-7.606Next Topic: CA-7.608


CA-7.607

MASTER station must be DEVICE=BSAM

Reason:

The STATIONS initialization statement defining STANIDS=MASTER (or LTERM=MASTER) refers to a terminal (TERM statement) that is not defined with DEVICE=BSAM, which is required for an online run of CA 7 (RESIDENT statement does not specify NETWORK=BAT).

Action:

Correct the initialization file statements. We recommend the following statements for the browse log/master station:

GROUP,NAME=BROWSE,DEVICE=BSAM,LNAME=BROWSE     
LINE,NAME=BROWSE,TNAME=BROWSE,BUFSIZE=2400     
TERM,NAME=BROWSE,DEVICE=BSAM,LINLEN=80,NLINE=24
...
STATIONS,TRMID=BROWSE,STANIDS=MASTER