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-77
501
Type. Error
Cause. The data item must have explicit or implied DISPLAY usage.
503
Type. Error
Cause. Only level 01 and level 77 data items can be specified in the USING phrase of a
CALL statement.
504
Type. Error
Cause. An item is not defined in the Data Division.
507
Type. Error
Cause. A reference to a library is invalid because the library is not open or is otherwise
incorrect.
510
Type. Error
Cause. The program attempted to make use of a feature that is not yet available.
511
Type. Error
Cause. A record name is expected here.
EXPECT DISPLAY USAGE
EXPECT LEVEL 01 OR 77 DATA ITEM
INVALID DISPLAY ITEM
INCONSISTENT OBJECT LIBRARY REFERENCES
FEATURE NOT YET IMPLEMENTED
EXPECT A RECORD NAME