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-23
130
Type. Error
Cause. The data description for a containing group item has a SIGN clause. The
description of the subordinate data item cannot specify different sign characteristics.
131
Type. Error
Cause. The message applies to one of the following conditions:
•
The data description entry for a containing group item has a SIGN clause. The
subordinate numeric data item is signed (that is, has an S in its PICTURE);
therefore, the item must have DISPLAY usage.
•
The data description entry for the current data item has a SIGN clause; therefore,
the item must have DISPLAY usage.
132
Type. Error
Cause. The data description entry for the current data item has a SIGN clause;
therefore, the item PICTURE must specify category numeric and contain an S.
133
Type. Error
Cause. A data item described with the JUSTIFIED clause must have DISPLAY usage.
134
Type. Error
Cause. The JUSTIFIED clause cannot appear for a data item described as numeric.
SUBORDINATE SIGN CONFLICTS WITH GROUP SIGN
SIGN CLAUSE REQUIRES DISPLAY USAGE
SIGN CLAUSE REQUIRES SIGNED NUMERIC
JUSTIFIED REQUIRES DISPLAY USAGE
JUSTIFIED NOT PERMITTED FOR NUMERIC OR EDITED