COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-18
Message List
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.
69 (Error)
Cause. One of:
•
The alphabet-name specified in the PROGRAM COLLATING SEQUENCE clause
is not defined.
•
A reference that must identify an alphabet-name does not.
70 (Error)
Cause. A reference that must identify a file name does not.
Integer not within expected range
Expected unsigned integer
Expected single character
Expected alphabet-name
Expected file name