User`s manual
Page 3-5CHAPTER 3 — CHARACTER CODE TRANSLATION
After reaching the location of the input value to be changed, use g to move
to the appropriate digit(s) of the hexadecimal output value. For example, to
change the EBCDIC space character to translate into ASCII 21h, press g
three times:
EBC->ASC> $40->$20
Use d and f to change the appropriate digit(s) of the output value. In
this example, press d once:
EBC->ASC> $40->$21
For ease in editing successive values in the table, the user can move one
value forward in the table by using g when the cursor is on the right digit
of the output value. Following the example, if g is pressed now, the display
will look like this:
EBC->ASC> $41->$20
When the editing is complete, press ENTER to exit the translation table
edit mode.