DECLARE

Tells the preprocessor that host variables are declared in a BEGIN/END DECLARE section of a COBOL program.

Syntax:

[NO]DECLARE

Parameters:

None

Properties:

Default: NODECLARE

Comments:

The default is NODECLARE, which makes the BEGIN/END DECLARE section optional.