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-34
207
Type. Error
Cause. SCREEN COBOL requires that a data item in the USING phrase be a level 01
or level 77 item. SCREEN COBOL does not permit a redefinition, including one of a
level 01 or level 77 item, to appear in the USING phrase.
208
Type. Error
Cause. The same name cannot appear more than once in the USING phrase of the
Procedure Division header.
209
Type. Error
Cause. SCREEN COBOL supports a maximum of 29 names in the USING phrase of
the Procedure Division header.
210
Type. Error
Cause. The indicated data item is defined in the Linkage Section but cannot be
addressed. Addressable items are those specified in the USING phrase of the Procedure
Division header; their subordinate items; and the redefinition, renaming, and condition-
names of the subordinate items.
211
Type. Error
Cause. The program defines more data structures than the compiler can address.
USING OPERAND IS REDEFINITION OR NOT LEVEL 01 OR LEVEL 77
DATA ITEM
DATA ITEM PERMITTED ONLY ONCE AS USING OPERAND
TOO MANY USING OPERANDS
LINKAGE DATA ITEM MUST BE USING OPERAND
TOO MANY RECORDS