Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)
SCREEN COBOL Compiler Diagnostic Messages
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual—426750-001
C-20
115
Type. Error
Cause. A level number in the range 02 through 49 is not subordinate to a data
description entry with level number 01; that is, it is not within a data structure.
116
Type. Error
Cause. Within a data structure, the data description entry for a variable occurrence table
(one containing an OCCURS clause with a range) cannot be followed by a data
description entry with a lower level number.
117
Type. Error
Cause. The definition of a condition-name (that is, a name whose data description entry
has level number 88) must be preceded by the entry of the data item whose value it tests.
Any intervening data description entries must also have level number 88.
118
Type. Error
Cause. A data description entry with level number 66 must be preceded by a data
structure. Any intervening data description entries must also have level number 66.
119
Type. Error
Cause. The data description entry of a FILLER data item must have a level number in
the range 02-49 and cannot be followed by descriptions of subordinate data items; that
is, it must be an elementary data item defined within a data structure.
MISSING 01 LEVEL ENTRY
PRECEDED BY VARIABLE OCCURRENCE TABLE
NOT PRECEDED BY CONDITIONAL VARIABLE
NOT PRECEDED BY RECORD
FILLER PERMITTED ONLY FOR ELEMENTARY RECORD ITEM