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-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