PANVALET

Allows ++INCLUDE statements in your program.

Syntax:
 >>-.---.-.----.----PANVALET--.-------------.-.--><
    +-/-+      +              +--"integer"--+ +  
               +--NOPANVALET------------------+
Parameters:
integer Must be either:
1 ++INCLUDE statements are ignored; that is, no error message is generated.
2 ++INCLUDE statements are processed.
Properties:
Default: NOPANVALET.
Phase: Syntax check
$SET: Any
Comments:

The ++INCLUDE statement specifies a file for inclusion in the source program. The string ++INCLUDE must be written as a contiguous sequence of upper-case characters starting in Area A or Area B, 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 ++INCLUDE statement appears.

If you set NOPANVALET, ++INCLUDE statements are not recognized; in this case, an error message is generated.

f you set PANVALET without specifying integer, PANVALET"2" is set.

If you specify PANVALET and LIBRARIAN together, a warning message is given advising that the compiled program might not be mainframe compatible.

See Also: