COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-48
Message List
Error: One of:
•
The maximum value assignable to the POINTER operand in a STRING statement
is less than or equal to the size of the receiving operand.
•
The maximum value assignable to the POINTER operand in an UNSTRING
statement is less than or equal to the size of the sending operand.
234 (Error)
Cause. None of the file names in the SAME SORT AREA clause identifies a sort-
merge file.
235 (Error)
Cause. The program defines more external objects (files and records) than the
compiler can allocate.
236 (Error)
Cause. The program defines more internal files than the compiler can allocate.
237 (Error)
Cause. One of these is true about the identifier-1 parameter in an ADDRESS
OF clause:
•
It is not a level-01 or level-77 data item in the Linkage Section.
•
It has an ACCESS MODE STANDARD clause in its data description entry.
240 (Error)
Cause. The USING phrase specifies an operand that is not defined as a data-name in
the Linkage Section of the current program.
No sort-merge file name in SAME SORT clause
Too many external objects
Too many internal files
Improper target for ADDRESS OF clause
USING operand not linkage section data-name