Admin Production rocket
Current Publication

PANVALET

NetExpress Bookshelf Help V5.1 WrapPack 1
Rocket® Net Express™ (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.

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:

Related Topics