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-22
125
Type. Warning
Cause. After removing the terminating comma, semicolon, period, or blank, the last
character in the PICTURE character in the PICTURE character string is a comma or
decimal point. The compiler accepts the picture and interprets the character in
conformance with the presence or absence of the DECIMAL-POINT IS COMMA
clause in the SPECIAL-NAMES paragraph.
126
Type. Error
Cause. An indexed item may not have a PICTURE clause.
127
Type. Error
Cause. The data description entry for a containing group item has a USAGE clause.
The description of the subordinate data item cannot specify a different usage.
128
Type. Error
Cause. The data description entry of a containing group item has a VALUE clause
specifying an initial value or is followed by entries defining condition-names for the
group item. The subordinate data item must have DISPLAY usage.
129
Type. Error
Cause. The category of a data item must be numeric when its usage is
COMPUTATIONAL.
LAST SYMBOL IS ',' OR '.'
PICTURE NOT PERMITTED FOR INDEX ITEM
SUBORDINATE USAGE CONFLICTS WITH GROUP USAGE
DISPLAY USAGE REQUIRED IN GROUP WITHOUT VALUE OR CONDITION
NAME
COMPUTATIONAL USAGE REQUIRES NUMERIC