EM3270 Manual

TR3271 Configuration
K-4 110332Tandem EM3270 Manual
Sample Host Configurations
TR3271 Configuration
This section lists a sample configuration for a host using TR3271. TR3271 is configured
with SCF using the following commands:
ADD SU $TR3271.#TERM1,PROTOCOL CRT,TYPE(10,2),RECSIZE &
2048,ADDRESS(0,0)
ADD SU $TR3271.#TERM2,PROTOCOL CRT,TYPE(10,2),RECSIZE &
2048,ADDRESS(0,1)
ADD SU $TR3271.#TERM3,PROTOCOL CRT,TYPE(10,2),RECSIZE &
2048,ADDRESS(0,2)
The EM3270 process is configured and started using the following EMCOM commands:
ASSUME PROCESS
SET PROCID $EMDL
SET LOG2 $S.#EMLOG1
START
ASSUME DEVICE
SET DEVTYPE CRT
SET HOST $TR3271.#TERM1
ADD $ATP.#T1 -- CRT1
SET HOST $TR3271.#TERM2
ADD $ATP.#T2 -- CRT2
SET DEVTYPE PRINTER
SET HOST $TR3271.#TERM3
ADD $S.#PRT -- PRINTER
START *
Note. Any of the configured SUs may be used for either CRT or printer sessions.