Under z/OS® batch

JCL procedure EDCGNXLT invokes the genxlt utility to read the character conversion information and produce the conversion table. It invokes the system Linkage Editor to build the load module.

The EDCGNXLT procedure has the following parameters:
INFILE
The data set name for the file that contains the character conversion information.
OUTFILE
The data set name for the output file that is to contain the link-edited conversion table. The non-XPLINK version of this table should have EDCU as the first four characters. The XPLINK version of this table should have CEHU as the first four characters.
GOPT
Options for the genxlt utility.
Example: See the following example.
//GENXLT    EXEC PROC=GENXLT,
//          INFILE='FRED.GENXLT.SOURCE(EDCUEAEY)',
//          OUTFILE='FRED.GENXLT.LOADLIB(EDCUEAEY)',
//          GOPT='DBCS'