EM3270 Manual
Starting and Configuring the EM3270 Emulator
for Kanji
3-18 110332—Tandem EM3270 Manual
Basic and Advanced Sessions With EM3270
Starting and Configuring the EM3270 Emulator
for Kanji
In the following example, the process and device commands for EMCOM have been
created as an input file for EMCOM. This is a common configuration for transaction-
processing environments involving large numbers of terminals, host systems, and
applications.
To initiate the emulator, the operator issues the following TACL command from either a
Tandem, IBM, or Fujitsu Kanji terminal:
TACL>EMCOM/IN emfile/
where emfile contains:
ASSUME PROCESS
SET CPUS 2:3 --Configure EM3270.
SET PROCID $EM
SET NOTIFY ON
SET ADVISORY “EM3270 KANJI EXAMPLE”
START --Start EM3270.
OPEN $EM
ASSUME DEVICE
SET ALIASMODE ONLY
SET AUTOSWITCH ON
SET HOST $SNK.#LU1 --Configure IBM TSO application.
SET DEVICETYPE CRT
SET LINK ON
SET HOSTDBCS IBMMIXED
SET HOSTCSET KATAKANA
SET SNALOGON APPLID “TSO1”
SET SNALOGON DATA “TSO1A01”
SET ALIAS “IBM HOST (TSO1)”
SET HOST1 $SNK.#LU1 --Configure IBM IMS application.
SET HOSTDBCS1 IBMMIXED
SET HOSTCSET1 KATAKANA
SET SNALOGON1 APPLID “IMS1”
SET SNALOGON1 DATA “IMS1A01”
SET ALIAS1 “IBM HOST (IMS1)”
SET HOST2 $FNK.#LU1 --Configure Fujitsu TSS application.
SET HOSTDBCS2 JEFKANJI
SET HOSTCSET2 KATAKANA
SET SNALOGON2 APPLID “TSS1”
SET SNALOGON2 DATA “TSS1A01”
SET ALIAS2 “FUJITSU HOST (TSS1)”
SET HOST3 $FNK.#LU1 --Configure Fujitsu AIM application.
SET HOSTDBCS3 JEFKANJI
SET HOSTCSET3 KATAKANA
SET SNALOGON3 APPLID “AIM1”
SET SNALOGON3 DATA “AIM1A01”