COBOL Naming Conventions
- Component input structures have names of the form
BRE-INP-<STRUCT-NAME>. Input fields have names of the form
BRE-I-<FIELD-NAME>.
- Component Output structures have names of the form
BRE-OUT-STRUCT-NAME. Output fields have names of the form
BRE-O-<FIELD-NAME>.