DATA RECORDS Clause

This clause names the record descriptions used by the file.

General Format

DATA { RECORD IS  } {record-name} ...
     { RECORDS ARE}

Syntax Rule

record-name must name level 01 record descriptions associated with the file.

General Rule

This clause is never required, because the compiler can determine which records are associated with each file.