Establishes a default table for the system. Before you specify a
table as the system default, you must load the table into nonpaged
dynamic memory pool using the LOAD command. The SET DEFAULT_TABLE
command reads the table type (fallback or compose) from the
specified table's header and makes the target table the default for
its type.
Before you enable any defaults, the following defaults apply:
ASCII - Fallback
LATIN_1 - Compose validation
Format: SET DEFAULT_TABLE table-name
1 – Parameter
table-name Indicates the name of the table to be the default table.
2 – Examples
1. TFU> SET DEFAULT_TABLE HEBREW_VT100
TFU> SHOW DEFAULT_TABLE
System default TFF tables are:
HEBREW_VT100 (fallback)
LATIN_1 (compose sequence validation)
TFU>
The command in this example established HEBREW_VT100 as the default
fallback table for the system. The table HEBREW_VT100 must be loaded
prior to issuing this command.
2. TFU> SET DEFAULT_TABLE LATIN_1
TFU>
Because the LATIN_1 table is a compose sequence validation table
rather than a fallback table, the command in this example makes the
LATIN_1 table the default compose sequence validation table.