COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-29
Message List
124 (Error)
Cause. One of:
A level-77 data item is defined in the File Section.
A level-01 data item defined in the File Section is described with the REDEFINES
clause.
The EXTERNAL clause for a data description entry is not within the Working-
Storage Section or Extended-Storage Section.
The GLOBAL clause appears in descriptions that are not within the File Section,
Working-Storage Section, or Extended-Storage Section.
The description of a data item defined within the File Section or Linkage Section
includes a VALUE clause.
125 (Error)
Cause. The definition of a condition-name (a name whose data description entry has
level-number 88) is not preceded by the entry for the data item whose value it tests.
(Any intervening data description entries must also have level-number 88.)
126 (Error)
Cause. A level-number is neither greater than the level-number of the preceding data
description entry nor equal to that of some preceding data description entry in the
same record description.
127 (Error)
Cause. Within a record description, a data description entry that includes an OCCURS
clause with the DEPENDING phrase is followed by a data description entry with a
lesser level-number.
Not permitted within this section
Not preceded by conditional variable
Inconsistent level-number
Not permitted after variable occurrence table