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-33
191
Type. Error
Cause. Either the indicated name (referenced in the DEPENDING phrase of an
OCCURS clause) does not identify an elementary unsigned integer data item, or access
to the item requires subscripting.
192
Type. Error
Cause. The indicated data item is allocated within the table it controls. The allocation
is a result of an explicit or implicit redefinition.
203
Type. Error
Cause. All reply messages in any one SEND MESSAGE statement must have the same
format (either FIXED, VARYING1, or VARYING2). A reply from working storage is
FIXED.
205
Type. Error
Cause. A name in the USING phrase of the Procedure Division header is not defined in
the Linkage Section of the Data Division.
206
Type. Error
Cause. The indicated name does not identify a data item. Only data item names can be
specified in the USING phrase of the Procedure Division header.
DEPENDING ITEM NOT SIMPLE UNSIGNED INTEGER DATA ITEM
DEPENDING ITEM IN TABLE
MESSAGE FORMAT MUST BE THE SAME IN ALL REPLIES
USING OPERAND NOT FOUND IN LINKAGE SECTION
USING OPERAND NOT DATA ITEM