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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-48
Message List
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.
241 (Error)
Cause. The USING phrase specifies an operand about which one of these is true:
It is not described as a level 01 or level 77 data-name.
It is described as a redefinition of another data-name.
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
USING operand subordinate or redefinition data-name