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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-86
Message List
475 (Error)
Cause. More than one SQLCODE is declared in the program, and the SQLCODE in
this statement is ambiguous in this context.
476 (Error)
Cause. SQLCODE is declared incorrectly (it must be a COMPUTATIONAL data item
with no editing characters).
477 (Error)
Cause. SQLCODE is required in the program, but is missing.
478 (Error)
Cause. More than one SQLSA is declared in the program, and the SQLSA in this
statement is ambiguous in this context.
479 (Error)
Cause. SQLSA is declared incorrectly (it must be a COMPUTATIONAL data item with
no editing characters).
480 (Error)
Cause. An SQL/MP or SQL/MX INCLUDE statement is outside of the Data Division. (It
must be inside.)
Ambiguous reference to SQLCODE
SQLCODE is declared incorrectly
Program is missing SQLCODE
Ambiguous reference to SQLSA
SQLSA is declared incorrectly
Improper context for INCLUDE