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-13
47
Type. Error
Cause. A syntax error occurred at the token pointed to by the indicator line. The
compiler attempted to correct the error by deleting token xxxxx. Verify the compiler's
correction for accuracy in your program.
48
Type. Warning
Cause. This message follows errors 44, 45, 46, and 47. It indicates that in attempting
recovery, the compiler ignored all tokens between the original error token and token
xxxxx (but not including token xxxxx). When this message occurs, error correction by
the compiler is usually not the preferred correction. Examine the program from the
original error to determine the appropriate correction.
49
Type. Failure
Cause. A syntax error has probably occurred near the end of the source code. Error 44
indicates where the error occurred. There is insufficient source code following the error
for the compiler to make a correction.
50
Type. Error
Cause. A SCREEN COBOL program unit must begin with an Identification Division
header. The reserved word IDENTIFICATION must start in Area A of the source line.
SYNTAX ERROR - DELETING UNEXPECTED TOKEN: xxxxx
PARSING RESUMED AT TOKEN: xxxxx
END-OF-FILE ENCOUNTERED DURING RECOVERY
EXPECTED 'IDENTIFICATION'