EM3270 Manual

Starting the Tandem Application
3-14 110332Tandem EM3270 Manual
Basic and Advanced Sessions With EM3270
To start the emulator, the operator issues the following command from a Tandem
terminal:
TACL>EMCOM/IN emfile/
where emfile contains:
ASSUME PROCESS
SET CPUS 3:4 --Configure EM3270.
SET PROCID $EM
SET LOG1 $USER.SUBVOL.EMLOG1
SET NUMLOCK ON
SET SECURITY “-”
SET ADVISORY “EM3270 EMULATION EXAMPLE”
START --Start EM3270.
ASSUME DEVICE
SET DEVTYPE CRT
SET CPRINTER $S.#P2
SET LINK ON
SET HOST $SN.#C1 --Configure CRT1 for SNAX/XF.
ADD $AM.#T1
SET LINK OFF
SET HOST $CDF.#C2 --Configure CRT2 for SNAX/CDF.
ADD $ATP.#T2
SET HOST $TR.#P1 --Configure PRT1.
SET DEVTYPE PRINTER
SET EOFTEXT “\EOF”
ADD $AM.#P1
SET HOST $SN.#P2 --Configure PRT2.
SET EOFTEXT “\EOF”
SET TIMEOUT 30
ADD $S.#P2
START * --Start all terminals.
At this point, the emulator is operational and the status message “EM3270
EMULATION EXAMPLE” is displayed on CRT1 and CRT2.
Starting the Tandem Application
The Tandem application (Pathway) for the dual-application session on CRT1 is started
by the following commands:
PATHMON/NAME $pw,NOWAIT/
PATHCOM/IN pathfile/$pw