JANUS DISPXT

From m204wiki
Jump to navigation Jump to search

Display loaded translate tables

This command displays a list of all loaded Janus translate tables or the contents of the single translate table that you specify. Translate tables are used to convert received input or transmitted output on Janus connections.

Syntax

JANUS DISPXT [xtable]

Where:

xtable identifies a translate table to be displayed. If no table name is specified, all currently loaded translate tables are displayed.

Usage notes

Each translate table consists of a pair of tables of hexadecimal values, one table for ASCII to EBCDIC translation and one for EBCDIC to ASCII.

The default translation table is named STANDARD. You can see the (current, possibly edited) mappings in that table with:

JANUS DISPXT STANDARD

For ease of viewing and editing the default table, you might want to create a procedure like the following:

DELETE PROC -2 USE PROC -2 JANUS DISPXT STANDARD E -2 ...

See also