COBOL Manual for TNS and TNS/R Programs

Language Elements
HP COBOL Manual for TNS and TNS/R Programs522555-006
3-8
COBOL Words
With the exception described in the preceding paragraph, every name that you
reference in a COBOL program must be unique, either because no other name has the
same spelling (including hyphenation), or because the name is part of a hierarchy of
names (such as a data-name defined within a record). In the latter case, you can
qualify the name with one or more of the higher-level names. You must specify enough
higher-level names to make the name unique, but you need not specify all levels. The
most significant name in a hierarchy must have unique spelling, because you cannot
qualify it.
Topics:
Reserved Words
User-Defined Names
System-Names
Qualified Names