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 Manual426750-001
C-29
161
Type. Error
Cause. A data item described with a REDEFINES clause cannot itself be redefined.
This restriction does not apply to a subordinate of a redefinition item unless its data
description entry also contains a REDEFINES clause.
162
Type. Error
Cause. When the redefined data item is subordinate to a set of group items, the
redefinition item must also be subordinate to them.
163
Type. Error
Cause. The data description entry of a redefinition must not be separated from that of
the redefined item by any other data description entry with the same level number,
unless the intervening entry redefines the same data item.
164
Type. Error
Cause. A table item or a group item that has a variable size (that is, a subordinate
variable occurrence table) cannot be redefined.
165
Type. Error
Cause. The required VALUE clause is missing from a data description entry with level
number 88.
REDEFINITION OBJECT IS REDEFINITION
REDEFINITION OBJECT AND REDEFINITION NOT SUBORDINATE TO SAME
LEVELS
REDEFINITION OBJECT NOT PRECEDING ITEM AT THIS LEVEL
REDEFINITION OBJECT IS TABLE OR HAS VARIABLE SIZE
MISSING VALUE CLAUSE