ContentsIndexPreviousNext

3.2.3 Summary of Dictionary Fields

Fields defined with an OCCURS clause are assigned unique sequential names. Fields without names are disregarded.

When multiple fields occupy the same area, the compiler chooses only one of them unless you have a WHEN directive to distinguish them.

To choose:

4gl90003.gif The compiler preserves fields mentioned in KEY IS phrases.

4gl90003.gif It discards group items unless USE GROUP is specified.

4gl90003.gif It discards REDEFINES.

4gl90003.gif It uses the largest record if there are multiple record definitions.