GEXLIT - obtain transliteration table.

Usage:

mme     gexlit
vfd     18/LIST,9/0,9/LENGTH
zero    0,BUFPTR

Where:

LIST
points to a list of table names (given in BCD) that you want loaded.
LENGTH
is the number of entries in the list of table names.
BUFPTR
points to the relative location where the first table should be loaded.

Description:

MME GEXLIT loads tables that are needed for the output transliteration process. The tables are loaded into the memory indicated by BUFPTR, in the order in which they are listed in LIST.

Below we list the possible tables by name, and how they are used. All sizes are given in words.

 Name      From      To      Size
 ----      ----      --      ----
U.ATOE     ASCII    EBCDIC    128
U.ATOG     ASCII    GBCD      128
U.ATOH     ASCII    HBCD      128
U.ETOA     EBCDIC   ASCII     128
U.ETOG     EBCDIC   GBCD      128
U.ETOH     EBCDIC   HBCD      128
U.GTOA     GBCD     ASCII     16
U.GTOE     GBCD     EBCDIC    16
U.GTOH     GBCD     HBCD      16
U.HTOA     HBCD     ASCII     16
U.HTOE     HBCD     EBCDIC    16
U.HTOG     HBCD     GBCD      16
U.XLTA     GBCD     IBMCC     16
U.XLTB     GBCD     IBMCT     16
U.XLTC     GBCD     IBMFC     16
U.XLTD     GBCD     IBMFT     16
U.XLTE     GBCD     GE225C    16
U.XLTF     GBCD     GE225T    16
U.XLTG     GBCD     IBMEL     16
U.XLTH     IBMCC    GBCD      16
U.XLTI     IBMCT    GBCD      16
U.XLTJ     IBMFC    GBCD      16
U.XLTK     IBMFT    GBCD      16
U.XLTL     GE225C   GBCD      16
U.XLTM     GE225T   GBCD      16
U.XLTN     IBMEL    GBCD      16'

Copyright © 2000, Thinkage Ltd.