DECLARE
Tells the preprocessor that host variables are declared in a BEGIN/END DECLARE section of a COBOL program.
Restriction:
This topic applies to Windows environments only.
Syntax:
[NO]DECLARE
Parameters:
None
Properties:
Default:
NODECLARE
Comments:
The default is NODECLARE, which makes the BEGIN/END DECLARE section optional.
Parent topic:
XDB Directive Options
Comments:
The default is NODECLARE, which makes the BEGIN/END DECLARE section optional.