Data Division Statements
The Data Division statements used to define data variables
include LENGTH, LOCAL, COMMON, and ROUND.
- LENGTH defines the
length (and precision) of data variables in the program.
- LOCAL and COMMON
define the classification
of variables for single program or multiple program use,
respectively.
- ROUND defines numeric
variables to be rounded rather than truncated.