COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-29
Message List
•
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.
128 (Error)
Cause. A record data item that has no name, or is a FILLER data name, is either
described with the EXTERNAL clause or is subordinate to a file description entry that
includes the EXTERNAL clause.
129 (Error)
Cause. A record data item that has no name, or is a FILLER data name, is either
described with the GLOBAL clause or is subordinate to a file description entry that
includes the GLOBAL clause.
Not preceded by conditional variable
Inconsistent level-number
Not permitted after variable occurrence table
FILLER not permitted for 01 level external data item
FILLER not permitted for 01 level global data-name










