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-24
135
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 cannot be described with the JUSTIFIED clause.
136
Type. Warning
Cause. An indexed item may not have a SYNCHRONIZED clause.
137
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 cannot be described with the SYNCHRONIZED
clause.
138
Type. Error
Cause. A data item described with the BLANK WHEN ZERO clause must have
DISPLAY usage. BLANK WHEN ZERO syntax is enforced when used, but data items
using this syntax cannot be accessed by SCREEN COBOL programs.
139
Type. Error
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.
JUSTIFIED NOT PERMITTED IN GROUP WITH VALUE OR CONDITION NAME
SYNCHRONIZED NOT PERMITTED FOR INDEX ITEM
SYNCHRONIZED NOT PERMITTED IN GROUP WITH VALUE OR CONDITION
NAME
BLANK WHEN ZERO REQUIRES DISPLAY USAGE
BLANK WHEN ZERO REQUIRES NUMERIC EDITED