EM3270 Manual

EM3270 Emulator Command Set
Tandem EM3270 Manual110332 4-7
ASSUME Command
-9 ATTN (SNA only)
-8 Terminate Session
-7 Switch Context
-6 Screen Print
-5 FM Key (3270 only)
-4 DUP Key
-3 SYS REQ Key
-2 ERASE INPUT
-1 Ignore
0 ENTER Key
1 - 3 PA1 - PA3 (3270 only)
4 CLEAR Key
5 - 28 PF1 - PF24 for 3270
CMD1 - CMD24 for 5250
29 - 35 PA4 - PA10 (3270 only)
36 ROLL DOWN (5250 only)
37 ROLL UP (5250 only)
38 HOST PRINT (5250 only)
39 BACKSPACE (5250 only)
40 HELP (5250 only)
For example, to change Shifted F15 to the Print Screen function, use:
ALTER PROCESS $EM, FMAP SF15 -6
Examples
ALTER \CUPRTNO.$TERM7,HOST $SNX.#LU4
ALTER $T2,SNALOGON APPLID “TSO”
ALTER PROCESS $EM,BACKUP 3
ALTER 2, LINK ON
Messages
1007, 1014, 1033, 1036, 1043, 1044, 1051, 1069, 1070, 1071, 1073, 1075, 1076, 1081,
and 1084.
ASSUME Command
The ASSUME command sets the default object type for commands such as SET and
SHOW. If you do not issue an ASSUME command, the object type defaults to
DEVICE.
object-type
indicates what the default object type will be. It can be one of the following:
DEVICE
PROCESS
Example
ASSUME DEVICE
ASSUME object-type