UNIBASE

INCLUDE FILES:

You can direct Unibase to read from another file at any time by placing a line starting with ‘@’ in the input file. The remainder of the line (after skipping any spaces or tabs) is the name of the file Unibase reads for input. Unibase determines the file name after it completes any environment variable substitutions. You can use include fields in the Data Dictionary, screen formats, report formats, and so on. For example, @format.loc directs Unibase to read from the file ‘format.loc’ before it reads the rest of the current file.

Includes can be nested.

WARNING: Unibase does not check for recursive calls.

Verified by MonsterInsights