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

236 (Error)
Too many internal files
Cause
The program defines more internal files than the compiler can allocate.
237 (Error)
Improper target for ADDRESS OF clause
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 is not a level-01 or level-77 data item declared with the BASED clause.
240 (Error)
USING operand not linkage section data-name
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)
USING operand subordinate or redefinition data-name
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.
242 (Error)
Data-name permitted only once as USING operand
Cause
An operand appears more than once in the USING phrase.
243 (Error)
Too many USING operands
Cause
The USING phrase has more than 126 operands.
244 (Warning or Error)
Linkage section data item not found as USING operand
Cause
Warning: A data item defined in the Linkage Section is not referenced as a USING operand.
Any references to it, any subordinates, or any redefinitions will produce unpredictable effects.
Error: The compiler found a data item in the Linkage Section but not in the USING phrase of
any CALL statement in the Procedure Division.
245 (Error)
Improper context for DECLARATIVES
Message List 1141