XTAB (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 23:49, 6 December 2011

<section begin="desc" />XTAB table -- specify translation table<section end="desc" />

XTAB is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter indicates the EBCDIC-to-ASCII, ASCII-to-EBCDIC, and character entity translation tables to be used for the port.

You can specify a translation table that has not yet been loaded with the JANUS LOADXT command, but the table must be loaded before the port can be started.

The default translation table is STANDARD, which is a fairly generic pair of EBCDIC-to-ASCII and ASCII-to-EBCDIC translate tables that was the only available option before Sirius Mods Version 6.0.

You can replace a translate table with the JANUS LOADXT command at any time, even if the port has active connections.

For more information about translation, see Translate tables.

Valid for all port types, the XTAB parameter is available in Sirius Mods Version 6.0 and later.

References

See: List of Janus commands | List of JANUS DEFINE parameters.