Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
LIBRARIAN Details (↑ Allowing Language Features)
◄Key► ◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
The -INC statement specifies a file for inclusion in the source
program. The string -INC must be written as a contiguous
sequence of characters starting in column 1, followed by one or
more spaces, and then, on the same line, by the name of a file
containing COBOL source. This file will be included in the
program at the point where the -INC statement appears.
-♦-