You are here: Job and Form Set Rules Reference > JDT Rules Reference > LoadTblFiles

LoadTblFiles

Use this job level rule to load one or more text tables listed in the tables list file, which is defined in the FSISYS.INI file’s Data control group, in the TblFile option.

This rule lets you make available many table files for use by Documaker Server. These table files can contain lists of codes, abbreviations, and addresses which might be hard to maintain in a large extract file.

Syntax

;LoadTblFiles;;;

This rule frees memory resources used to store the tables. Here is an example of the TblFile option:

< Data >

TblFile = .\deflib\TblFile.Dat

Example

;LoadTblFiles;;;

This example loads all the tables listed in the tables list file defined in the INI file. The table data can then be accessed using the MovTbl rule.

See also