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-28
156
Type. Error
Cause. A data item referenced in the RENAMES clause must be defined within the
preceding data description.
157
Type. Error
Cause. The RENAMES clause cannot reference a table item; in addition, it cannot
reference a group data item which contains a table whose occurence is variable.
158
Type. Error
Cause. The second data item in the range of a RENAMES clause must include some
character positions that are not part of the first data item. However, the initial character
position of the second data item cannot precede the initial character position of the first
data item within their data structure.
159
Type. Error
Cause. Either the name in the REDEFINES clause cannot be found or it is not the name
of a data item. Note that when a REDEFINES clause appears in a data structure, only
that data structure is searched for the data item to be redefined.
160
Type. Error
Cause. The data item to be redefined must have the same level number as the
redefining data description entry.
RENAME OBJECT NOT SUBORDINATE TO PRECEDING RECORD
RENAME OBJECT IN TABLE OR HAS VARIABLE SIZE
ILLEGAL RENAMES OBJECT RANGE
REDEFINITION OBJECT NOT FOUND
REDEFINITION OBJECT HAS CONFLICTING LEVEL NUMBER