Previous Topic: CA-7.607Next Topic: CA-7.609


CA-7.608

MASTER station must be DEVICE=BATCH

Reason:

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

Action:

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

GROUP,NAME=BTERM01,DEVICE=BATCH,LNAME=BLINE1,OPEN=YES
LINE,NAME=BLINE1,OPEN=YES,BUFSIZE=3120,TNAME=BTERM1  
TERM,NAME=BTERM1,DEVICE=BATCH,NLINE=60,LINLEN=137    
... 
STATIONS,TRMID=BTERM1,STANIDS=MASTER