EM3270 Manual
EM3270 Emulator Command Set
Tandem EM3270 Manual—110332 4-27
SET Command
Messages: 1012 and 1013.
PROCID process-name
sets the process name, which must be unique, for the EM3270 emulator process. If
omitted, the default PROCID is $EM.
Messages: 1008, 1009, 1010, and 1011.
PROGRAM file-name
specifies the name of the EM3270 emulator code file. If not specified, PROGRAM
defaults to $SYSTEM.SYSTEM.EM3270.
Messages: 1014 and 1039.
READTRSIZE size
specifies the read buffer size for host sessions using the TR3271 access method.
Values of 1000 to 4095 are valid. The default value is 4095.
Messages: 1001 and 1004.
RUGATHER { ON | OFF }
specifies that all of the RUs of a chain are accumulated for a host SNA 3270 session
before processing the data and writing the result to the CRT screen. This eliminates
unnecessary terminal writes for host sessions with small RU sizes.
Messages: 1004, 1008, and 1015.
SECURITY attribute
specifies a security attribute for each user. The parameters correspond to the
security attributes of the NonStop Kernel operating system. The security attribute
applies to commands that can directly alter the EM3270 emulator system state.
These commands are:
ADD LOG1/LOG2 SET STOP
ALTER DELETE RUN STARTSWITCH
The security attributes are A, G, O, -, N, C, or U. Each has the same significance as
the corresponding NonStop Kernel attribute. Quotation marks are required. When
no security attribute is supplied, the default value of N is assumed.
Messages: 1008, 1038, 1040, and 1041.
SHIELD { ON | OFF }
specifies whether certain errors are shielded from applications. When SHIELD is set
to OFF, the Tandem application is allowed to see certain errors: error 191 is reported
to the Tandem application; errors 110, 171, 173, 230, and 231 are retried five times
before the task enters a fault state that causes the error to be reported to the Tandem
application. When ON, errors 110, 171, 173, 230, and 231 are retried indefinitely.
The default value is ON.