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-25
140
Type. Error
Cause. A data item cannot be described with both the BLANK WHEN ZERO clause
and a picture containing the asterisk (*). BLANK WHEN ZERO syntax is enforced
when used, but data items using this syntax cannot be accessed by SCREEN COBOL
programs.
141
Type. Error
Cause. The SCREEN COBOL language supports access to a data item with at most
three subscripts. The OCCURS clause is subordinate to three or more other OCCURS
clauses and would require four or more subscripts to access the data item it describes.
142
Type. Error
Cause. The SCREEN COBOL language does not permit a variable occurrence table to
be subordinate to a group table item.
143
Type. Error
Cause. A data item described in a redefinition cannot be a variable occurrence table.
144
Type. Error
Cause. The data description entry of a containing group item has an initial value. The
subordinate data item cannot be a variable occurrence table.
BLANK WHEN ZERO NOT COMPATIBLE WITH '*'
TOO MANY NESTED TABLES
VARIABLE OCCURRENCE NOT PERMITTED FOR SUBORDINATE TABLE
VARIABLE OCCURRENCE NOT PERMITTED IN REDEFINITION
VARIABLE OCCURRENCE NOT COMPATIBLE WITH GROUP INITIAL VALUE