NODATETIME / DATETIME
- NODATETIME indicates that date, time,
and timestamp data types are ignored, and are declared as FILLER fields. NODATETIME
is the default value.
- DATETIME indicates that date, time, and timestamp
data types are declared as fixed-length character fields, and are accessible
to the COBOL source program.