TN3270e Server Manual
Using ETN32COM
TN3270e Server Manual—422923-003
4-16
INFO PROCESS
INFO PROCESS
This command displays static and dynamic information from the TN3270e server
process.
table-id
is either INPUTTABLE for the national language input translation table or
OUTPUTTABLE for the national language output translation table.
cell-spec
is the decimal address of the table cell to display in decimal. If cell-spec is
omitted, the entire table is displayed in the specified base.
base
defines how the entire table will be displayed. The option may be specified in one
of three ways:
Examples
~INFO PROCESS
TN3270E Server (T0443D40_01SEP99_D40)
~INFO PROCESS INPUTTABLE 33
Cell Content is: (decimal) 129
~INFO PROCESS INPUTTABLE IN H
Alternate Input Table Contents
Address 0 1 2 3 4 5 6 7 8 9 A B C D E F
00 00 01 02 03 9C 09 86 7F 97 8D 8E 0B 0C 0D 0E 0F
10 10 11 12 13 9D 85 08 87 18 19 92 8F 1C 1D 1E 1F
.
.
F0 30 31 32 33 34 35 36 37 38 39 FA FB FC FD FE FF
INFO PROCESS [ table-id [ cell-spec ] [ base ] ]
IN H displays the entire table in hexadecimal.
IN O displays the entire table in octal.
IN D displays the entire table in decimal.