COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-49
Message List
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.
247 (Error)
Cause. The USE sentence does not immediately follow a section header in the
Declaratives Portion of the Procedure Division, as it must.
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
Improper context for USE sentence










