Allows -INC statements in your program.
>>-.---.-.---------LIBRARIAN--"integer"-.----->< +-/-+ +-.----.--LIBRARIAN------------+ +-NO-+
integer | The level of support required.
|
Default: | NOLIBRARIAN |
Phase: | Syntax check |
$SET: | Any |
The -INC statement specifies a file for inclusion in the source program. The string -INC must be written as a contiguous sequence of upper case 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 is included in the program at the point where the -INC statement appears.
If you set NOLIBRARIAN, -INC statements are not recognized; in this case, an error message is generated.
If you set LIBRARIAN without specifying integer, LIBRARIAN"2" is set.