DICT direcory contains lod and sql files. 
When creating new data base, you may need to execute some (or all) of these 
files for further using of some Linter features. sql files can be executed 
by means of inl utility. Data from lod files can be loaded by means of loarel 
utility.

cerrors.sql -
Creates Linter message table.
errors.lod -
Data for loading into Linter message table (in English).
errorsr.lod (optional) -
Data for loading into Linter message table (in Russian).

catalog.sql -
Creates a dictionary for work through ODBC.
Until this file is executed (once for database), work with database 
through ODBC driver is impossible.
Before execution of catalog.sql you should execute systab.sql.
Otherwise, some views will not be created.

pbcat.sql - 
Creates a dictionary for work of applications created by PowerBuilder.

ora_cat.sql -
Creates a dictionary for work of applications through OraLin library.
Programs working with Oracle don't need to be rebuilt.

distr.sql(optional)  - 
Creates data dictionary for distributed data processing.

systab.sql -
Creates a dictionary for work with storage procedures and triggers.
Until this file is executed (once for database), work with storage procedures 
and triggers is impossible.

security.sql - 
Creates a dictionary for work with security features.

enaacc.sql -
Contains SQL statement that enables access from all network stations
(after executing security.sql network access is disabled by default).

arepl.sql (optional) -
Contains SQL statements for creation of system tables that support
replication server. Intended for RDBMS working in replication server mode.

search.sql (optional) -
Contains SQL statements for creation of system tables that support
phrase search subsystem. 

default.sql (optional) - 
Contains SQL statements for creation descriptions of phrase search internal filters.

lakunadb.sql - 
Contains description of system dictionary for application 
development tool LAKUNA.

cstables.sql (optional) -
Creates a dictionary for work with charsets and translations.

charsets.sql (optional) -
Creates single-byte charsets.

mbcps.sql (optional) -
Creates multibyte charsets. After execution of this SQL file 
you should restart Linter before using multibyte charsets.

descmb.sql (optional) - 
Creates multibyte charset descriptions.

inkernel.sql (optional) -
Creates table for hot backup work with LINTER.

catalog_oledb.sql (optional) -  
Creates a dictionary for work with metadat from OLE DB provider.
