TN3270e Server Manual

Using ETN32COM
TN3270e Server Manual422923-003
4-8
ALTER PROCESS
ALTER PROCESS
These commands allow you to modify the process attributes by switching EMS event
logging to the specified EMS collector, enabling and disabling national language
support translation, and modifying character values in the national language support
translation tables.
collector
is an EMS primary or alternate collector.
TRANSLATE ON|TRANSLATE OFF
enables or disables national language support translation.
INPUTTABLE|OUTPUTTABLE
specifies the table to be changed. Characters received from a client are translated
according to the INPUTTABLE before being forwarded to the application.
Characters received from an application are translated according to the
OUTPUTTABLE before being forwarded to a client.
integer
is a decimal number between 000 and 255.
This number specifies the byte number (A|ADDRESS) to be changed and the
character value (V|VALUE) to be placed in the table.
Examples
~ALTER PROCESS , LOGFILE $ALT
For national language support, the following examples change the lowercase e on the
user’s screen to the capital letter E, and the capital letter E to presentation at the
application of the lowercase e. The examples use ASCII character values.
~ALTER PROCESS , TRANSLATE ON
~ALTER PROCESS , OUTPUTTABLE ADDRESS 181, VALUE 69
~ALTER PROCESS , INPUTTABLE A 197, V 101
ALTER PROCESS , {LOGFILE collector}
{TRANSLATE ON|TRANSLATE OFF}
{INPUTTABLE|OUTPUTTABLE, A|ADDRESS integer,
V|VALUE integer}