Use the >SHOW command to display the translation table on your
terminal screen or have it printed on the system printer.
To display the standard ASCII translation table on the terminal screen, use the
TABLE parameter of the >SHOW command. The translation
table follows the standard 128-character ASCII sequence. It shows the ordinal
value for each character. For example, the numeric value for F is 70 (decimal).
To generate the ASCII translation table, enter the following commands:
WHEN PASSED TO SORTINIT, THE TABLE ABOVE IS PRECEDED BY TWO BYTES. THESE FIRST
TWO BYTES CONTAIN A FLAG BYTE OF %000 AND A LENGTH BYTE OF %377 RESPECTIVELY.
This translation table display is followed by a display of the contents of the
ALTSEQ array in decimal format and octal word format. This information
is not shown here as it is intended for programmatic use. Refer to the
SORT-MERGE/XL Programmer's Guide (32650-90080) for additional
information.
To receive a copy of the standard ASCII translation table from the printer, use
the OFFLINE parameter of the >SHOW command, as follows:
>DATA IS ASCII, SEQUENCE IS ASCII
>SHOW TABLE, OFFLINE
For additional information on translation tables refer to
the >SHOW command in Chapter 6.