XTAB (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (remove Sirius)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="pageSubtitle"><section begin="desc" />XTAB table -- specify translation table<section end="desc" /></span>
<span class="pageSubtitle">XTAB table &mdash; specify translation table</span>


<var>XTAB</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>XTAB</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


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


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


The default translation table is <code>STANDARD</code>, 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.  
The default translation table is <code>STANDARD</code>, which is a fairly generic pair of EBCDIC-to-ASCII and ASCII-to-EBCDIC translate tables.  


You can replace a translate table with the <var>JANUS LOADXT</var> command at any time, even if the port has active connections.  
You can replace a translate table with the <var>JANUS LOADXT</var> command at any time, even if the port has active connections.  
For more information about translation, see [[Translate tables|"Translate tables"]].


The <var>XTAB</var> parameter is valid for all port types.
The <var>XTAB</var> parameter is valid for all port types.

Latest revision as of 17:34, 11 January 2018

XTAB table — specify translation table

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

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.

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

The XTAB parameter is valid for all port types.

See also