Pathway/iTS SCREEN COBOL Reference Manual (H06.10+, J06.03+)

SCREEN COBOL Compiler Diagnostic Messages
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
C-25
Cause. Only a numeric data item can be described with the BLANK WHEN ZERO
clause. BLANK WHEN ZERO syntax is enforced when used, but data items using this
syntax cannot be accessed by SCREEN COBOL programs.
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
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