A Declarative is a procedure that is to be executed when a specific exception or condition occurs based on the USE statement.
Declarative sections shall be grouped at the beginning of the procedure
division preceded by the keyword DECLARATIVES and followed by
the keywords END DECLARATIVES.
The sections specified between the keywords DECLARATIVES and
END DECLARATIVES constitute the declarative portion of a
source element.
All other sections in a source element constitute the nondeclarative portion.
DECLARATIVES.
{ section-name-1 SECTION.
use-statement.
{ procedure-paragraph } ...
} ...