COBOL Manual for TNS/E Programs (H06.03+)

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-18
Message List
63 (Error)
Cause. A reference has insufficient qualification to identify a unique entity.
64 (Error)
Cause. The indicated integer numeric literal has the value 0, which is not permitted in
this context.
65 (Error)
Cause. One of:
The value of an integer numeric literal is either too small or too large for its context.
The expected range can be absolute (for example, many literals cannot exceed
32,767) or relative (for example, the FOOTING value in a LINAGE clause cannot
exceed the number of lines in the page body).
The value of an integer numeric literal used as a subscript is less than 1 or greater
than the maximum occurrence number defined by the appropriate OCCURS
clause.
66 (Error)
Cause. Only an unsigned integer numeric literal is permitted in this context, and the
compiler found something else.
67 (Error)
Cause. The indicated nonnumeric literal contains more than one character, which is
not allowed in this context.
Ambiguous reference
Zero not permitted in this context
Integer not within expected range
Expected unsigned integer
Expected single character