Running the RLTABLEGEN Utility

RLTABLEGEN accepts source-input records from the input file whose internal name is CARD. The output file generates a listing from the printer file named LINE.

The line printer listing contains a pseudo-reproduction of the input commands that RLTABLEGEN generates from the table produced by the input commands. Successful operation occurs when the essential information in the input records is contained in the output listing. The end of the output listing contains the value array generated by the program.

RLTABLEGEN automatically reconfigures the MCP by automatically starting the NEWP compiler. RLTABLEGEN requires that the present MCP have the title SYSTEM/MCP and that an MCP symbolic file having the title SYMBOL/MCP be available.

The following Work Flow Language (WFL) job can be used to run RLTABLEGEN:

BEGIN JOB;
RUN SYSTEM/RLTABLEGEN; EBCDIC CARD
<RLTABLEGEN commands>
?END JOB

See “RLTABLEGEN Commands,” later in this section, for definitions of the RLTABLEGEN commands.