COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-49
Message List
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.
242 (Error)
Cause. An operand appears more than once in the USING phrase.
243 (Error)
Cause. The USING phrase has more than 126 operands.
244 (Warning or Error)
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)
Cause. The DECLARATIVES header does not precede all procedures in the
Procedure Division.
246 (Error)
Cause. A paragraph-name in the Declaratives Portion of the Procedure Division is not
subordinate to any section-name, as it must be.
USING operand subordinate or redefinition data-name
Data-name permitted only once as USING operand
Too many USING operands
Linkage section data item not found as USING operand
Improper context for DECLARATIVES
Declarative paragraph not within section